[llvm-commits] [test-suite] r65917 - /test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile

Dan Gohman gohman at apple.com
Mon Mar 2 18:25:07 PST 2009


Author: djg
Date: Mon Mar  2 20:25:07 2009
New Revision: 65917

URL: http://llvm.org/viewvc/llvm-project?rev=65917&view=rev
Log:
This benchmark wants SPEC_CPU_LINUX on "Linux" targets.

Modified:
    test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile?rev=65917&r1=65916&r2=65917&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile Mon Mar  2 20:25:07 2009
@@ -23,6 +23,9 @@
 ifeq ($(OS),Darwin)
   CPPFLAGS += -DSPEC_CPU_MACOSX
 endif
+ifeq ($(OS),Linux)
+  CPPFLAGS += -DSPEC_CPU_LINUX
+endif
 
 LDFLAGS = -lstdc++ -lm
 LIBS    = -lstdc++ -lm





More information about the llvm-commits mailing list