From c926d46a9d5a398847d2290d6d810e833038defe Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Mon, 4 Aug 2003 13:27:57 -0500 Subject: [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: --- config/ia64-linux-gnu | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v0.12