[llvm-commits] [test-suite] r58065 - /test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile

Dan Gohman gohman at apple.com
Thu Oct 23 18:50:53 PDT 2008


Author: djg
Date: Thu Oct 23 20:50:53 2008
New Revision: 58065

URL: http://llvm.org/viewvc/llvm-project?rev=58065&view=rev
Log:
Include the Makefile.spec95 before examining RUN_TYPE, since it is
set with := in Makefile.spec95. This also makes Makefile.spec95
less different from Makefile.spec2000.

Modified:
    test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile

Modified: test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile?rev=58065&r1=58064&r2=58065&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile Thu Oct 23 20:50:53 2008
@@ -1,4 +1,7 @@
 LEVEL = ../../../..
+
+include ../../Makefile.spec95
+
 CPPFLAGS += -DSPEC -idirafter $(SPEC95_ROOT)/CINT95/126.gcc/src/src.alt
 RUN_OPTIONS := -quiet -funroll-loops -fforce-mem -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fstrength-reduce -fpeephole -fschedule-insns -finline-functions -fschedule-insns2 -O -o -
 
@@ -16,4 +19,3 @@
 CPPFLAGS += -DHOST_BITS_PER_WIDE_INT=64 -DHOST_WIDE_INT=long 
 endif
 
-include ../../Makefile.spec95





More information about the llvm-commits mailing list