diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-11-21 18:50:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-11-21 18:50:05 (GMT) |
commit | 102170c3bfc6fa3583f960ba970eb612567b1c05 (patch) | |
tree | 4b1bfbad225136f77c625591a354a4136f208292 /config | |
parent | b7952dd7a2c48e229aefc2693148a3a1b89a83c7 (diff) | |
download | hdf5-102170c3bfc6fa3583f960ba970eb612567b1c05.zip hdf5-102170c3bfc6fa3583f960ba970eb612567b1c05.tar.gz hdf5-102170c3bfc6fa3583f960ba970eb612567b1c05.tar.bz2 |
[svn-r12961] Upgrade.
Change AIX to use C99 standard by default.
Also removed -DSTDC as its need is unknown.
Also added a line to identify this is for IBM AIX platforms.
Tested:
Copper.
Diffstat (limited to 'config')
-rw-r--r-- | config/powerpc-ibm-aix5.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index 3a32a5d..ca6da54 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -12,7 +12,7 @@ # http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have # access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. - +# Configuration file for building on the IBM POWER AIX platforms. # This file is part of the HDF5 build script. It is processed shortly # after configure starts and defines, among other things, flags for # the various compile modes. @@ -47,7 +47,7 @@ case $CC_BASENAME in enable_shared="${enable_shared:-no}" # Use -D_LARGE_FILES by default to support large file size. # Make sure this is applied to other API compile options such as C++. - CFLAGS="-qlanglvl=ansi -D_LARGE_FILES -DSTDC $CFLAGS" + CFLAGS="-qlanglvl=stdc99 -D_LARGE_FILES $CFLAGS" DEBUG_CFLAGS="-g -qfullpath" DEBUG_CPPFLAGS= # -O causes test/dtypes to fail badly. Turn it off for now. |