[llvm-commits] [test-suite] r63783 - /test-suite/trunk/External/SPEC/CINT2006/473.astar/Makefile

Dan Gohman gohman at apple.com
Wed Feb 4 14:14:20 PST 2009


Author: djg
Date: Wed Feb  4 16:14:20 2009
New Revision: 63783

URL: http://llvm.org/viewvc/llvm-project?rev=63783&view=rev
Log:
Fix 473.astar's Makefile to include Makefile.spec2006 before
using RUN_TYPE. This unbreaks 473.astar.

Modified:
    test-suite/trunk/External/SPEC/CINT2006/473.astar/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2006/473.astar/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/473.astar/Makefile?rev=63783&r1=63782&r2=63783&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/473.astar/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/473.astar/Makefile Wed Feb  4 16:14:20 2009
@@ -8,6 +8,8 @@
 
 FP_TOLERANCE = 0.001
 
+include ../../Makefile.spec2006
+
 ifeq ($(ENDIAN),big)
   CPPFLAGS += -DSPEC_CPU_BIG_ENDIAN
 else
@@ -24,6 +26,3 @@
 
 LDFLAGS = -lstdc++ -lm
 LIBS    = -lm
-
-include ../../Makefile.spec2006
-





More information about the llvm-commits mailing list