diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-02-16 20:54:04 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-02-16 20:54:04 (GMT) |
commit | c6bcd9c7d2ca027dd0a2a92b602f67722a7bf294 (patch) | |
tree | e28dc3743a758d8e143de2c2fe2073af62d19978 /config/powerpc-ibm-aix4.2.1.0 | |
parent | 3a6c7fe6314a94c5abfcb0c84d04e3a9bc51706d (diff) | |
download | hdf5-c6bcd9c7d2ca027dd0a2a92b602f67722a7bf294.zip hdf5-c6bcd9c7d2ca027dd0a2a92b602f67722a7bf294.tar.gz hdf5-c6bcd9c7d2ca027dd0a2a92b602f67722a7bf294.tar.bz2 |
[svn-r3431] Purpose:
Update
Description:
Incorporated all the changes made to powerpc-ibm-aix4.2.1.0
and powerpc-ibm-aix4.3.2.0 into powerpc-ibm-aix4.x.
Removed the other two "sub-files" now that powerpc-ibm-aix4.x
can cover them too.
Platforms tested:
IBM SP2 at LLNL BLUE, both parallel and serial.
Diffstat (limited to 'config/powerpc-ibm-aix4.2.1.0')
-rw-r--r-- | config/powerpc-ibm-aix4.2.1.0 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/config/powerpc-ibm-aix4.2.1.0 b/config/powerpc-ibm-aix4.2.1.0 deleted file mode 100644 index cab0d8b..0000000 --- a/config/powerpc-ibm-aix4.2.1.0 +++ /dev/null @@ -1,22 +0,0 @@ -# -*- shell-script -*- -# -# 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. -# -# See BlankForm in this directory for details. - -# Cross compiling defaults -hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} -ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} -ac_cv_header_stdc=${ac_cv_header_stdc='yes'} -ac_cv_sizeof_short=${ac_cv_sizeof_short=2} -ac_cv_sizeof_int=${ac_cv_sizeof_int=4} -ac_cv_sizeof_long=${ac_cv_sizeof_long=4} -ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} -ac_cv_sizeof_float=${ac_cv_sizeof_float=4} -ac_cv_sizeof_double=${ac_cv_sizeof_double=8} -ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} -ac_cv_sizeof_int=${ac_cv_sizeof_int=4} -ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} -ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=8} |