From f42aab2397c9c02e8f5b3817f153111063ff4208 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 21 Jun 2001 12:34:51 -0500 Subject: [svn-r4039] Purpose: Maintenance on IBM SP Description: I used unnecessary system specific compiler falgs Solution: Removed unnecessary flags Platforms tested: NERSC IBM SP (gseaborg) --- fortran/config/rs6000-ibm-aix4.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/config/rs6000-ibm-aix4.x b/fortran/config/rs6000-ibm-aix4.x index bb2e2a7..462ca9c 100644 --- a/fortran/config/rs6000-ibm-aix4.x +++ b/fortran/config/rs6000-ibm-aix4.x @@ -33,7 +33,7 @@ if test "X-" = "X-$F9X"; then fi if test "X-" = "X-$f9x_flags_set"; then - FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=$TMPDIR -I$TMPDIR -k" + FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=. -I. -k" DEBUG_FFLAGS="-O" PROD_FFLAGS="-O" PROFILE_FFLAGS="-O" -- cgit v0.12