summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-07-16 22:18:40 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-07-16 22:18:40 (GMT)
commit8fead7436ec2be450af694754f7189a3d9d05331 (patch)
treea3f783eeb0543a9f707c0a56d2614880d7d17984
parentaee5bdb14954f6652247c8a501ab44da003b1e35 (diff)
downloadhdf5-8fead7436ec2be450af694754f7189a3d9d05331.zip
hdf5-8fead7436ec2be450af694754f7189a3d9d05331.tar.gz
hdf5-8fead7436ec2be450af694754f7189a3d9d05331.tar.bz2
[svn-r4224] Purpose:
Improvement Description: Added the patch so that it does not automatically set CFLAGS to "-g", thus creating bigger object codes. Platforms tested: Should work and Elena said commit it. It is her problem anyway.
-rw-r--r--config/rs6000-ibm-aix4.x3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/rs6000-ibm-aix4.x b/config/rs6000-ibm-aix4.x
index 2f7cc86..d2c2586 100644
--- a/config/rs6000-ibm-aix4.x
+++ b/config/rs6000-ibm-aix4.x
@@ -6,5 +6,8 @@
#
# See BlankForm in this directory for details.
+# CFLAGS must be set else configure set it to -g
+CFLAGS="$CFLAGS"
+
# Cross compiling defaults
ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}