[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:
This commit is contained in:
Elena Pourmal 2003-08-04 13:27:57 -05:00
parent 2b59b42447
commit c926d46a9d

View File

@ -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.