diff options
-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. |