diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-25 22:47:53 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-25 22:47:53 (GMT) |
commit | b9b6d2afb6ddf49793571c0a3f3a699ce07c7da5 (patch) | |
tree | 2363f795aed88f4ee84710ee3e6e27b94d6a8fc3 /config/irix6.x | |
parent | 5740dd95a43853e7c27bb4d514a49ce5668a0b72 (diff) | |
download | hdf5-b9b6d2afb6ddf49793571c0a3f3a699ce07c7da5.zip hdf5-b9b6d2afb6ddf49793571c0a3f3a699ce07c7da5.tar.gz hdf5-b9b6d2afb6ddf49793571c0a3f3a699ce07c7da5.tar.bz2 |
[svn-r12302] Purpose: Maintenance
Description: In the past we had Fortran support only for 64bit mode
on IRIX64-6.5. This feature was hardcoded in the IRIX configuration file.
New automatic Fortran datatypes configuration should support both
32bit and 64bit modes. I finally verified that it worked.
Solution: Removed -64 flag from the configuration file.
Platforms tested: UCAR IRIX64-6.5 in 32 and 64bit modes.
Misc. update:
Diffstat (limited to 'config/irix6.x')
-rw-r--r-- | config/irix6.x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/irix6.x b/config/irix6.x index 5d77c9d..e133cf8 100644 --- a/config/irix6.x +++ b/config/irix6.x @@ -113,10 +113,10 @@ fi if test "X-" = "X-$f9x_flags_set"; then F9XSUFFIXFLAG="" FSEARCH_DIRS="" - FCFLAGS="$FCFLAGS -64 -mips4 -O -s" - DEBUG_FCFLAGS="-64 -mips4 -O -s" - PROD_FCFLAGS="-64 -mips4 -O -s" - PROFILE_FCFLAGS="-64 -mips4 -O -s" + FCFLAGS="$FCFLAGS -mips4 -O -s" + DEBUG_FCFLAGS="-mips4 -O -s" + PROD_FCFLAGS="-mips4 -O -s" + PROFILE_FCFLAGS="-mips4 -O -s" f9x_flags_set=yes fi |