[llvm-commits] [test-suite] r105207 - in /test-suite/trunk: External/SPEC/CINT2000/186.crafty/Makefile MultiSource/Benchmarks/MiBench/Makefile

Daniel Dunbar daniel at zuster.org
Sun May 30 23:16:39 PDT 2010


Author: ddunbar
Date: Mon May 31 01:16:39 2010
New Revision: 105207

URL: http://llvm.org/viewvc/llvm-project?rev=105207&view=rev
Log:
Use ARCH instead of TARGET_ARCH.

Modified:
    test-suite/trunk/External/SPEC/CINT2000/186.crafty/Makefile
    test-suite/trunk/MultiSource/Benchmarks/MiBench/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2000/186.crafty/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/186.crafty/Makefile?rev=105207&r1=105206&r2=105207&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/186.crafty/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/186.crafty/Makefile Mon May 31 01:16:39 2010
@@ -28,7 +28,7 @@
 ifeq ($(ARCH),Sparc)
    CPPFLAGS += -DSUN_BSD
 endif
-ifeq ($(TARGET_ARCH),ARM)
+ifeq ($(ARCH),ARM)
   CPPFLAGS += -DHAS_LONGLONG
 endif
 ifeq ($(TARGET_OS),Darwin)

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/Makefile?rev=105207&r1=105206&r2=105207&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/Makefile Mon May 31 01:16:39 2010
@@ -25,7 +25,7 @@
 
 # FIXME: This is a hack, office-ispell requires termio which is less likely to
 # be available on an embedded target. We should have configure support for this.
-ifeq ($(TARGET_ARCH),ARM)
+ifeq ($(ARCH),ARM)
   PARALLEL_DIRS := $(filter-out office-ispell, $(PARALLEL_DIRS))
 endif
 





More information about the llvm-commits mailing list