[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/186.crafty/Makefile
Evan Cheng
evan.cheng at apple.com
Wed May 9 16:41:36 PDT 2007
Changes in directory llvm-test/External/SPEC/CINT2000/186.crafty:
Makefile updated: 1.14 -> 1.15
---
Log message:
Get 186.crafty working on ARM.
---
Diffs of the changes: (+9 -0)
Makefile | 9 +++++++++
1 files changed, 9 insertions(+)
Index: llvm-test/External/SPEC/CINT2000/186.crafty/Makefile
diff -u llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.14 llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.15
--- llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.14 Sun Jan 15 20:27:03 2006
+++ llvm-test/External/SPEC/CINT2000/186.crafty/Makefile Wed May 9 18:41:18 2007
@@ -25,6 +25,15 @@
ifeq ($(ARCH),Sparc)
CPPFLAGS += -DSUN_BSD
endif
+ifeq ($(TARGET_ARCH),ARM)
+ CPPFLAGS += -DHAS_LONGLONG
+endif
+ifeq ($(OS),Darwin)
+ CPPFLAGS += -DUNIX -DLINUX
+endif
+ifeq ($(ENDIAN),little)
+ CPPFLAGS += -DLITTLE_ENDIAN_ARCH
+endif
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list