diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-08-04 18:27:57 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-08-04 18:27:57 (GMT) |
commit | c926d46a9d5a398847d2290d6d810e833038defe (patch) | |
tree | 87dd801c02d8a267e651b715dc76a161a9570c2e | |
parent | 2b59b42447aea84dfee60f905989a1506cb9fce4 (diff) | |
download | hdf5-c926d46a9d5a398847d2290d6d810e833038defe.zip hdf5-c926d46a9d5a398847d2290d6d810e833038defe.tar.gz hdf5-c926d46a9d5a398847d2290d6d810e833038defe.tar.bz2 |
[svn-r7284]
Purpose: Bug fix (by Bill Wendling)
Description: When efc compiler was used, FFLAGS were not set up
to deal with !DEC amd !MS dirctive and to use
-Vaxlib flag for exit call.
Solution: Modify the file to set up the flag.
Platforms tested: titan
Misc. update:
-rw-r--r-- | config/ia64-linux-gnu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu index 54e616c..490db5f 100644 --- a/config/ia64-linux-gnu +++ b/config/ia64-linux-gnu @@ -59,6 +59,11 @@ esac R_LARGE=18 R_INTEGER=9 +# Use Intel Fortran compiler by default. +if test "X-$F9X" = "X-"; then + F9X="efc" +fi + case $F9X in *efc) # this is for efc v7. Older efc do not work with these. |