From 7c36cfdc6309e0aed6854d63a352e92d0da3f3d0 Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 27 Feb 1999 11:19:49 +0000 Subject: Changed FFLAGS to O for the fortran compiler rather than O2. Note this changed all the FFLAGS, since I don't know how to search and replace here. git-svn-id: http://svn.cactuscode.org/flesh/trunk@360 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux-gnu | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/make/known-architectures/linux-gnu b/lib/make/known-architectures/linux-gnu index efd6b97e..80172b39 100644 --- a/lib/make/known-architectures/linux-gnu +++ b/lib/make/known-architectures/linux-gnu @@ -6,7 +6,7 @@ # @desc # # @enddesc -# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/linux-gnu,v 1.1 1999-02-25 16:56:14 goodale Exp $ +# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/linux-gnu,v 1.2 1999-02-27 11:19:49 allen Exp $ # @@*/ # Determine which Fortran 90 compiler is in use @@ -35,7 +35,8 @@ case "$LINUX_F90_COMP" in pacific) : ${LIBS="f2c vast90 f2c m"} ;; absoft) - : ${LIBS="f77math f90math fio m"} ;; + : ${LIBS="f77math f90math fio m"} + F90FLAGS="-O" ;; nag) : ${LIBS="f90 nagfl90 nag m"} F90FLAGS="$F90FLAGS -N140" ;; -- cgit v1.2.3