[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile

John Criswell criswell at cs.uiuc.edu
Tue Jul 29 17:41:01 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/254.gap:

Makefile updated: 1.2 -> 1.3

---
Log message:

Added the SPEC_CPU2000_LP64 macro definition to get correct compilation on
Ultrasparc.



---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile:1.2	Sat May 31 18:17:27 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile	Tue Jul 29 17:40:03 2003
@@ -4,3 +4,6 @@
 STDIN_FILENAME  = $(RUN_TYPE).in
 CPPFLAGS = -DSYS_IS_USG -DSYS_HAS_CALLOC_PROTO -DSYS_HAS_IOCTL_PROTO -DSYS_HAS_TIME_PROTO
 include ../../Makefile.spec
+ifeq ($(ARCH),Sparc)
+CPPFLAGS+= -DSPEC_CPU2000_LP64
+endif





More information about the llvm-commits mailing list