[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/186.crafty/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sat Apr 9 13:08:41 PDT 2005
Changes in directory llvm-test/External/SPEC/CINT2000/186.crafty:
Makefile updated: 1.9 -> 1.10
---
Log message:
unbreak this on x86 and other platforms. This may break alpha again...
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/External/SPEC/CINT2000/186.crafty/Makefile
diff -u llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.9 llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.10
--- llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.9 Mon Apr 4 15:04:00 2005
+++ llvm-test/External/SPEC/CINT2000/186.crafty/Makefile Sat Apr 9 15:08:26 2005
@@ -3,7 +3,7 @@
STDIN_FILENAME = crafty.in
STDOUT_FILENAME = crafty.out
-ifeq ($(ARCH),Alpha)
+ifneq ($(ARCH),Alpha)
CPPFLAGS = -DSPEC_CPU2000 -DLINUX_i386
else
CPPFLAGS = -DSPEC_CPU2000 -DALPHA -DLINUX
More information about the llvm-commits
mailing list