Text archives Help
- From: "Thiago Ize" <thiago@sci.utah.edu>
- To: manta@sci.utah.edu
- Subject: [Manta] r2065 - trunk/CMake
- Date: Wed, 13 Feb 2008 18:42:17 -0700 (MST)
Author: thiago
Date: Wed Feb 13 18:42:16 2008
New Revision: 2065
Modified:
trunk/CMake/ConfigCompilerFlags.cmake
Log:
Modern intel compilers no longer use -tppX. Removing
this quites a whole lot of icc warnings.
Modified: trunk/CMake/ConfigCompilerFlags.cmake
==============================================================================
--- trunk/CMake/ConfigCompilerFlags.cmake (original)
+++ trunk/CMake/ConfigCompilerFlags.cmake Wed Feb 13 18:42:16 2008
@@ -128,7 +128,7 @@
## IA64
##############################################################
IF (CMAKE_SYSTEM_PROCESSOR MATCHES "ia64")
- APPEND_TO_STRING(INTEL_OPT "-tpp2")
+ APPEND_TO_STRING(INTEL_OPT "")
ENDIF (CMAKE_SYSTEM_PROCESSOR MATCHES "ia64")
##############################################################
@@ -237,7 +237,7 @@
# This is likely a Pentium3, Pentium M. Some pentium 3s don't
# support sse2, in that case fall back to the i686 code.
APPEND_TO_STRING(GCC_ARCH "pentium-m")
- APPEND_TO_STRING(INTEL_OPT "-xB -tpp7")
+ APPEND_TO_STRING(INTEL_OPT "-xB")
ENDIF(MODEL LESS 14)
ENDIF(CPU_FAMILY EQUAL 6)
IF(CPU_FAMILY EQUAL 15)
@@ -247,7 +247,7 @@
APPEND_TO_STRING(GCC_ARCH "prescott")
ENDIF(FLAGS MATCHES "em64t")
APPEND_TO_STRING(GCC_ARCH "pentium4")
- APPEND_TO_STRING(INTEL_OPT "-xP -tpp7 -unroll4 -msse3")
+ APPEND_TO_STRING(INTEL_OPT "-xP -unroll4 -msse3")
ENDIF(CPU_FAMILY EQUAL 15)
ENDIF(VENDOR_ID MATCHES "GenuineIntel")
APPEND_TO_STRING(GCC_ARCH "i686")
@@ -255,7 +255,7 @@
###########################################################
# Some x86_64 specific stuff
IF (CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
- APPEND_TO_STRING(INTEL_OPT "-tpp7")
+ APPEND_TO_STRING(INTEL_OPT "")
ENDIF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
###########################################################
- [Manta] r2065 - trunk/CMake, Thiago Ize, 02/13/2008
Archive powered by MHonArc 2.6.16.