[llvm-commits] CVS: llvm-test/External/SPEC/CINT95/126.gcc/Makefile

Andrew Lenharth alenhar2 at cs.uiuc.edu
Fri Jan 27 11:49:19 PST 2006



Changes in directory llvm-test/External/SPEC/CINT95/126.gcc:

Makefile updated: 1.6 -> 1.7
---
Log message:

set some flags to lessen the errors

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

 Makefile |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CINT95/126.gcc/Makefile
diff -u llvm-test/External/SPEC/CINT95/126.gcc/Makefile:1.6 llvm-test/External/SPEC/CINT95/126.gcc/Makefile:1.7
--- llvm-test/External/SPEC/CINT95/126.gcc/Makefile:1.6	Mon Sep  6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT95/126.gcc/Makefile	Fri Jan 27 13:48:57 2006
@@ -10,5 +10,10 @@
 STDOUT_FILENAME = amptjp.s
 endif
 
-include ../../Makefile.spec95
+include ${LEVEL}/Makefile.config
+
+ifeq ($(ARCH),Alpha)
+CPPFLAGS += -DHOST_BITS_PER_WIDE_INT=64 -DHOST_WIDE_INT=long 
+endif
 
+include ../../Makefile.spec95






More information about the llvm-commits mailing list