[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile

John Criswell criswell at cs.uiuc.edu
Fri Feb 13 16:00:03 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT95/124.m88ksim:

Makefile updated: 1.2 -> 1.3

---
Log message:

Switch to using the ENDIAN variable for determing which input file to use.



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

Index: llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile:1.2	Fri Feb 13 15:37:00 2004
+++ llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile	Fri Feb 13 15:59:15 2004
@@ -1,6 +1,6 @@
 LEVEL = ../../../../../..
 RUN_OPTIONS = -c
-ifeq ($(ARCH),Sparc)
+ifeq ($(ENDIAN),big)
 STDIN_FILENAME := ctl.big
 else
 STDIN_FILENAME := ctl.lit





More information about the llvm-commits mailing list