summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/known-architectures/linux')
-rw-r--r--lib/make/known-architectures/linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index e35ddd40..1e5d9adc 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -34,10 +34,10 @@ fi
#Set the appropriate flags
case "$LINUX_F90_COMP" in
pacific)
- : ${LIBS="f2c vast90 f2c m"} ;;
+ : ${LIBS="vast90 g2c m"} ;;
absoft)
: ${LIBS="f90math fio f77math m"}
- F90FLAGS="`echo $F90FLAGS | sed 's/O2/O/'`"
+ F90FLAGS="-s -O"
# Test if it is a version of the absoft compiler which has the library in a custom place.
if test -n "$ABSOFT" ; then
: ${LIBDIRS='$(ABSOFT)/lib'}