diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-07-16 22:18:40 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-07-16 22:18:40 (GMT) |
commit | 8fead7436ec2be450af694754f7189a3d9d05331 (patch) | |
tree | a3f783eeb0543a9f707c0a56d2614880d7d17984 /config/rs6000-ibm-aix4.x | |
parent | aee5bdb14954f6652247c8a501ab44da003b1e35 (diff) | |
download | hdf5-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.
Diffstat (limited to 'config/rs6000-ibm-aix4.x')
-rw-r--r-- | config/rs6000-ibm-aix4.x | 3 |
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'} |