diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-04-25 21:19:14 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-04-25 21:19:14 (GMT) |
commit | 5740dd95a43853e7c27bb4d514a49ce5668a0b72 (patch) | |
tree | a67fed8855fa01eed3adb25890e9a9a306d46eda /config/linux-gnulibc1 | |
parent | 44670391d7e81d5d66a6acfda513a17c6f2d6c49 (diff) | |
download | hdf5-5740dd95a43853e7c27bb4d514a49ce5668a0b72.zip hdf5-5740dd95a43853e7c27bb4d514a49ce5668a0b72.tar.gz hdf5-5740dd95a43853e7c27bb4d514a49ce5668a0b72.tar.bz2 |
[svn-r12301] Purpose:
H5_CFLAGS change
Description:
Converted a few platforms to use H5_CFLAGS to "test the waters"
Solution:
Modified a few config/* files to use H5_CFLAGS for non-essential
flags.
Platforms tested:
mir, heping
Diffstat (limited to 'config/linux-gnulibc1')
-rw-r--r-- | config/linux-gnulibc1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index 9919a24..64d5d67 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -86,12 +86,12 @@ case $FC_BASENAME in # f95) # Set required flag for compiling C stubs - CFLAGS="$CFLAGS -DH5_ABSOFT" + H5_CFLAGS="$H5_CFLAGS -DH5_ABSOFT" 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" |