[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile

Bill Wendling isanbard at gmail.com
Fri Sep 8 15:56:00 PDT 2006



Changes in directory llvm-test/External/SPEC/CINT2006/403.gcc:

Makefile updated: 1.2 -> 1.3
---
Log message:

The -DINLINE=__inline__ flag is needed.


---
Diffs of the changes:  (+3 -1)

 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CINT2006/403.gcc/Makefile
diff -u llvm-test/External/SPEC/CINT2006/403.gcc/Makefile:1.2 llvm-test/External/SPEC/CINT2006/403.gcc/Makefile:1.3
--- llvm-test/External/SPEC/CINT2006/403.gcc/Makefile:1.2	Fri Sep  1 20:30:39 2006
+++ llvm-test/External/SPEC/CINT2006/403.gcc/Makefile	Fri Sep  8 17:55:45 2006
@@ -6,7 +6,7 @@
 
 LEVEL = ../../../..
 
-include ../../Makefile.spec2006
+CPPFLAGS += -DSPEC_CPU_MACOSX -DINLINE=__inline__
 
 ifeq ($(OS),Darwin)
   CPPFLAGS += -DSPEC_CPU_MACOSX
@@ -16,6 +16,8 @@
   CPPFLAGS += -DHOST_WORDS_BIG_ENDIAN
 endif
 
+include ../../Makefile.spec2006
+
 ifeq ($(RUN_TYPE),test)
   RUN_OPTIONS      = cccp.i -o cccp.s
   STDOUT_FILENAME := cccp.s






More information about the llvm-commits mailing list