* tests/defs (icc): This requirement is not used anymore by any
test case, so remove it.
*) FC=$F77 FCFLAGS=$FFLAGS; export FC FCFLAGS;;
esac
;;
- icc)
- CC=icc
- export CC CPPFLAGS # But not CFLAGS (see comments for `cl' above).
- # There is no way to ask *only* the compiler's version.
- # This tool always wants to do something (by default
- # it will try link *nothing* and complain it cannot find
- # main(); funny). Use -help so it does not try linking anything.
- echo "$me: running $CC -V -help"
- $CC -V -help || skip_all_ "Intel C compiler \`$CC' not available"
- ;;
javac)
# The Java compiler from JDK 1.5 (and presumably earlier versions)
# cannot handle the `-version' option by itself: it bails out