[llvm-commits] [test-suite] r40382 - /test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile

Chris Lattner sabre at nondot.org
Sat Jul 21 21:41:44 PDT 2007


Author: lattner
Date: Sat Jul 21 23:41:44 2007
New Revision: 40382

URL: http://llvm.org/viewvc/llvm-project?rev=40382&view=rev
Log:
move some compiler flags to CFLAGS instead of CPPFLAGS

Modified:
    test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile?rev=40382&r1=40381&r2=40382&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile Sat Jul 21 23:41:44 2007
@@ -5,12 +5,12 @@
 FP_ABSTOLERANCE := 0.005
 LINK_WITH_LLVMGCC_LIBS := 1
 
-# Yes, we know this is an old crufty C++ benchmark.  Don't tell us about it GCC!
-CPPFLAGS = -include errno.h -Wno-deprecated -Wno-non-template-friend -DHAS_ERRLIST -DUSE_STRERROR -DSPEC_STDCPP -DNDEBUG
+CPPFLAGS = -include errno.h -DHAS_ERRLIST -DUSE_STRERROR -DSPEC_STDCPP -DNDEBUG
 
 include $(LEVEL)/Makefile.config
 
-CFLAGS += -fno-exceptions
+# Yes, we know this is an old crufty C++ benchmark.  Don't tell us about it GCC!
+CFLAGS += -fno-exceptions -Wno-deprecated -Wno-non-template-friend 
 
 ifeq ($(ARCH),PowerPC)
  CPPFLAGS += -DFMAX_IS_DOUBLE





More information about the llvm-commits mailing list