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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Apr 4 13:04:14 PDT 2005



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

Makefile updated: 1.8 -> 1.9
---
Log message:

Added Alpha compatibility flag

---
Diffs of the changes:  (+6 -0)

 Makefile |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm-test/External/SPEC/CINT2000/186.crafty/Makefile
diff -u llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.8 llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.9
--- llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.8	Tue Sep 14 20:14:09 2004
+++ llvm-test/External/SPEC/CINT2000/186.crafty/Makefile	Mon Apr  4 15:04:00 2005
@@ -2,7 +2,13 @@
 #RUN_OPTIONS     = 
 STDIN_FILENAME  = crafty.in
 STDOUT_FILENAME = crafty.out
+
+ifeq ($(ARCH),Alpha)
 CPPFLAGS = -DSPEC_CPU2000 -DLINUX_i386
+else
+CPPFLAGS = -DSPEC_CPU2000 -DALPHA -DLINUX
+endif
+
 Source = $(addprefix $(SPEC_BENCH_DIR)/src/,  \
          attacks.c draw.c enprise.c init.c iterate.c make.c nexte.c output.c \
 	 preeval.c resign.c searchr.c swap.c utility.c boolean.c drawn.c     \






More information about the llvm-commits mailing list