[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/186.crafty/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 15 14:32:31 PDT 2005



Changes in directory llvm-test/External/SPEC/CINT2000/186.crafty:

Makefile updated: 1.12 -> 1.13
---
Log message:

make this work on x86


---
Diffs of the changes:  (+5 -2)

 Makefile |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


Index: llvm-test/External/SPEC/CINT2000/186.crafty/Makefile
diff -u llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.12 llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.13
--- llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.12	Sat Apr  9 19:12:45 2005
+++ llvm-test/External/SPEC/CINT2000/186.crafty/Makefile	Fri Apr 15 16:32:14 2005
@@ -11,14 +11,17 @@
 	 main.c next.c option.c ponder.c repeat.c search.c store.c unmake.c  \
 	 valid.c)
 
-include ../../Makefile.spec2000
+include $(LEVEL)/Makefile.config
 
 ifeq ($(ARCH),Alpha)
   CPPFLAGS += -DALPHA -DLINUX
 endif
-ifeq ($(ARCH),X86)
+ifeq ($(ARCH),x86)
   CPPFLAGS += -DLINUX_i386
 endif
 ifeq ($(ARCH),PowerPC)
    CPPFLAGS += -DLINUX_PPC32
 endif
+
+include ../../Makefile.spec2000
+






More information about the llvm-commits mailing list