summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2006-11-21 18:51:37 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2006-11-21 18:51:37 (GMT)
commit666375aaaaae4b5ff7c6d47ebd05f1ec38a9bedc (patch)
tree249c5483eeb4e1bbd859db5404ee163161fbba66
parent61bc7ab9d299222ec175166d7844a2d72a7cf727 (diff)
downloadhdf5-666375aaaaae4b5ff7c6d47ebd05f1ec38a9bedc.zip
hdf5-666375aaaaae4b5ff7c6d47ebd05f1ec38a9bedc.tar.gz
hdf5-666375aaaaae4b5ff7c6d47ebd05f1ec38a9bedc.tar.bz2
[svn-r12962] Upgrade.
Change AIX to use C99 standard by default. Tested: Copper.
-rw-r--r--fortran/config/powerpc-ibm-aix5.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/powerpc-ibm-aix5.x b/fortran/config/powerpc-ibm-aix5.x
index 07bfbd7..60e11ef 100644
--- a/fortran/config/powerpc-ibm-aix5.x
+++ b/fortran/config/powerpc-ibm-aix5.x
@@ -45,7 +45,7 @@ case $CC_BASENAME in
# Turn off shared lib option. It causes some test suite to fail.
enable_shared="${enable_shared:-no}"
# Use -D_LARGE_FILES by default to support large file size.
- CFLAGS="-qlanglvl=ansi -D_LARGE_FILES $CFLAGS"
+ CFLAGS="-qlanglvl=stdc99 -D_LARGE_FILES $CFLAGS"
DEBUG_CFLAGS="-g"
DEBUG_CPPFLAGS=
# -O causes test/dtypes to fail badly. Turn it off for now.