From b9b6d2afb6ddf49793571c0a3f3a699ce07c7da5 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 25 Apr 2006 17:47:53 -0500 Subject: [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: --- config/irix6.x | 8 ++++---- 1 file 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 -- cgit v0.12