summaryrefslogtreecommitdiffstats
path: root/fortran/config/ia64-linux-gnu
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/config/ia64-linux-gnu')
-rw-r--r--fortran/config/ia64-linux-gnu10
1 files changed, 5 insertions, 5 deletions
diff --git a/fortran/config/ia64-linux-gnu b/fortran/config/ia64-linux-gnu
index 8c21110..7f0da2c 100644
--- a/fortran/config/ia64-linux-gnu
+++ b/fortran/config/ia64-linux-gnu
@@ -6,11 +6,11 @@
# Use Intel C & Fortran compiler by default.
if test "X-" = "X-$CC"; then
- CC=ecc
- CC_BASENAME=ecc
+ CC=icc
+ CC_BASENAME=icc
fi
if test "X-" = "X-$F9X"; then
- F9X=efc
+ F9X=ifort
fi
#----------------------------------------------------------------------------
@@ -19,7 +19,7 @@ fi
# `--enable-debug' switch of configure.
case $CC_BASENAME in
- ecc)
+ ecc|icc)
# CFLAGS must be set else configure set it to -g
CFLAGS="$CFLAGS"
DEBUG_CFLAGS="-g"
@@ -61,7 +61,7 @@ R_LARGE=18
R_INTEGER=9
case $F9X in
- *efc)
+ *efc|*ifort)
# this is for efc v7. Older efc do not work with these.
# -Vaxlib is for non-standard fortran calls like exit().
MORE_FFLAGS='-fpp -DDEC$=DEC_ -DMS$=MS_ -Vaxlib'