automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} tests: remove obsoleted "icc" requirement


From: Stefano Lattarini
Subject: [FYI] {master} tests: remove obsoleted "icc" requirement
Date: Tue, 21 Feb 2012 23:01:03 +0100

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]