diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-07-07 21:05:52 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-07-07 21:05:52 (GMT) |
commit | 81bf322285e173262e3f0b4059469adda2b3e162 (patch) | |
tree | a595fb7eb4842a09b615884f070ca3e6afae88ff | |
parent | 2744a8391c244582a94b36e398369b28a3967795 (diff) | |
download | hdf5-81bf322285e173262e3f0b4059469adda2b3e162.zip hdf5-81bf322285e173262e3f0b4059469adda2b3e162.tar.gz hdf5-81bf322285e173262e3f0b4059469adda2b3e162.tar.bz2 |
[svn-r11046] Purpose: Maintenance
Description: Removed -DH5_ABSOFT flag for C compiler when Absoft f95 compiler
was used; this flag is not needed anymore since we automatically construct
names of C functions called from Fortran.
Solution:
Platforms tested: pommier
Misc. update:
-rw-r--r-- | config/powerpc-apple | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/powerpc-apple b/config/powerpc-apple index 243f8ed..4db2887 100644 --- a/config/powerpc-apple +++ b/config/powerpc-apple @@ -53,8 +53,6 @@ case $FC_BASENAME in ;; f95) - # Set required flag for compiling C stubs - CFLAGS="$CFLAGS -DH5_ABSOFT" F9XSUFFIXFLAG="" # We force compiler to use upper case for external names |