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

Vikram Adve vadve at cs.uiuc.edu
Fri Jul 4 06:21:01 PDT 2003


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

Makefile updated: 1.2 -> 1.3

---
Log message:

SPEC portability note for GCC says GCC is not 64-bit clean and says to
use these flags, use a moderate level of optimization, and cross fingers!
  CPPFLAGS += -DHOST_WORDS_BIG_ENDIAN -DSPEC_CPU2000_LP64


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.2	Sat May 31 17:25:44 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile	Fri Jul  4 06:20:19 2003
@@ -1,5 +1,8 @@
 LEVEL = ../../../../../..
 RUN_OPTIONS     = cccp.i -o cccp.s
 STDOUT_FILENAME = cccp.out
-CPPFLAGS =
 include ../../Makefile.spec
+ifeq ($(ARCH),Sparc)
+  ## SPEC portability note for GCC says to use these flags and cross fingers:
+  CPPFLAGS += -DHOST_WORDS_BIG_ENDIAN -DSPEC_CPU2000_LP64
+endif





More information about the llvm-commits mailing list