summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-27 11:19:49 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-27 11:19:49 +0000
commit7c36cfdc6309e0aed6854d63a352e92d0da3f3d0 (patch)
treefa844f4d8a6dce0c41841c9c174fd73c94936316 /lib/make/known-architectures
parent16d411b2836547e701948e4b7f48b34b4ca90a18 (diff)
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
Diffstat (limited to 'lib/make/known-architectures')
-rw-r--r--lib/make/known-architectures/linux-gnu5
1 files changed, 3 insertions, 2 deletions
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" ;;