summaryrefslogtreecommitdiffstats
path: root/config/powerpc-apple
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-05-01 22:34:19 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-05-01 22:34:19 (GMT)
commitcec67c91dc63bc11edb471391c01705562427d42 (patch)
treea4b38a5e94d731f5d5dd968ee1001f7ca3821a97 /config/powerpc-apple
parent4965bf1839b4219c3063e27d37bc59a777cc1fb5 (diff)
downloadhdf5-cec67c91dc63bc11edb471391c01705562427d42.zip
hdf5-cec67c91dc63bc11edb471391c01705562427d42.tar.gz
hdf5-cec67c91dc63bc11edb471391c01705562427d42.tar.bz2
[svn-r12318]
Purpose: H5CC feature Description: Made H5_CFLAGS change to several more configuration files. Solution: Moved nonessential flags from CFLAGS to H5_CFLAGS for several more platforms. If my guesses about which flags were nonessential were wrong, we'll have Daily Test errors. Platforms tested: mir, cray, copper, juniper (OS X)
Diffstat (limited to 'config/powerpc-apple')
-rw-r--r--config/powerpc-apple5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/powerpc-apple b/config/powerpc-apple
index b746402..6870017 100644
--- a/config/powerpc-apple
+++ b/config/powerpc-apple
@@ -50,7 +50,8 @@ fi
case $FC_BASENAME in
xlf)
F9XSUFFIXFLAG="-qsuffix=f=f90 -qfree=f90"
- FCFLAGS="$FCFLAGS -static -O ${F9XSUFFIXFLAG} -qmoddir=./ "
+ FCFLAGS="$FCFLAGS ${F9XSUFFIXFLAG}"
+ H5_FCFLAGS="$H5_FCFLAGS -qmoddir=./ "
FSEARCH_DIRS="-I./ -I../src"
DEBUG_FCFLAGS="-g"
PROD_FCFLAGS="-O"
@@ -63,7 +64,7 @@ case $FC_BASENAME in
F9XSUFFIXFLAG=""
# We force compiler to use upper case for external names
# (just in case since this should be a default EIP)
- FCFLAGS="$FCFLAGS -YEXT_NAMES=UCS"
+ H5_FCFLAGS="$H5_FCFLAGS -YEXT_NAMES=UCS"
FSEARCH_DIRS=""
DEBUG_FCFLAGS="-g"
PROD_FCFLAGS="-O"