]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove obsoleted "icc" requirement
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 21:19:16 +0000 (22:19 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 21:19:16 +0000 (22:19 +0100)
* tests/defs (icc): This requirement is not used anymore by any
test case, so remove it.

tests/defs

index 505a43f31ace37a3065abc0e823a21cd7b4dce97..a6eab904b06a826e0f952aa647365af0860dcd00 100644 (file)
@@ -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