* tests/defs (icc): This requirement is not used anymore by any test case, so remove it. --- tests/defs | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/tests/defs b/tests/defs index 505a43f..a6eab90 100644 --- a/tests/defs +++ b/tests/defs @@ -856,16 +856,6 @@ do *) 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 -- 1.7.9