[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sat Aug 14 23:17:37 PDT 2004



Changes in directory llvm/test/Programs/External/SPEC/CINT2000/176.gcc:

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

PPC is big endian too!


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

Index: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.9 llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.10
--- llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.9	Thu Jun 24 17:34:49 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile	Sun Aug 15 01:17:25 2004
@@ -10,7 +10,11 @@
 
 include ../../Makefile.spec2000
 
+ifeq ($(ENDIAN),big)
+  CPPFLAGS += -DHOST_WORDS_BIG_ENDIAN
+endif
+
 ifeq ($(ARCH),Sparc)
   ## SPEC portability note for GCC says to use these flags and cross fingers:
-  CPPFLAGS += -DHOST_WORDS_BIG_ENDIAN -DSPEC_CPU2000_LP64
+  CPPFLAGS += -DSPEC_CPU2000_LP64
 endif






More information about the llvm-commits mailing list