summaryrefslogtreecommitdiffstats
path: root/config/powerpc-ibm-aix4.x
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-ibm-aix4.x
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-ibm-aix4.x')
-rw-r--r--config/powerpc-ibm-aix4.x6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/powerpc-ibm-aix4.x b/config/powerpc-ibm-aix4.x
index 7fc6994..c5af6df 100644
--- a/config/powerpc-ibm-aix4.x
+++ b/config/powerpc-ibm-aix4.x
@@ -27,9 +27,6 @@
#CFLAGS="$CFLAGS -ansi"
#CPPFLAGS="$CPPFLAGS -I."
-# CFLAGS must be set else configure set it to -g
-CFLAGS="$CFLAGS"
-
# What compiler flags should be used for code development?
DEBUG_CFLAGS=
DEBUG_CPPFLAGS=
@@ -104,7 +101,8 @@ fi
if test "X-" = "X-$f9x_flags_set"; then
F9XSUFFIXFLAG="-qsuffix=f=f90"
- FCFLAGS="$FCFLAGS -static -O ${F9XSUFFIXFLAG} -qmoddir=./ -k"
+ FCFLAGS="$FCFLAGS ${F9XSUFFIXFLAG} -k"
+ H5_FCFLAGS="$H5_FCFLAGS -static -qmoddir=./"
FSEARCH_DIRS="-I./ -I../src"
DEBUG_FCFLAGS="-O"
PROD_FCFLAGS="-O"