summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-27 11:27:21 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-27 11:27:21 +0000
commit818dfc974450a260a2774e7840e25b20387b4eb5 (patch)
treedf40f149e74e377a1367549cebe4aea752573b39 /lib/make
parenteca0b5873669c32afb9046d7a5e3afd0e166b370 (diff)
Set F77FLAGS='-f' for Absoft compiler to make it generate case-insensitive
symbols. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2673 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/known-architectures/linux3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 66529c6b..9b9aeb75 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -120,7 +120,8 @@ else
;;
absoft77)
: ${LIBS="fio f77math m"}
- F90FLAGS="-f"
+ F77FLAGS='-f'
+ F90FLAGS='-f'
# 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'}