[llvm-commits] [test-suite] r51355 - /test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile
Dale Johannesen
dalej at apple.com
Tue May 20 15:01:21 PDT 2008
Author: johannes
Date: Tue May 20 17:01:21 2008
New Revision: 51355
URL: http://llvm.org/viewvc/llvm-project?rev=51355&view=rev
Log:
Move LDFLAGS definition ahead of include that uses it.
Modified:
test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile
Modified: test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile?rev=51355&r1=51354&r2=51355&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile Tue May 20 17:01:21 2008
@@ -60,7 +60,6 @@
mrInstance.cc mrMaterial.cc mrPhongAreaTriangleLuminaire.cc \
mrSolidTexture.cc mrSphere.cc mrSurface.cc mrSurfaceTexture.cc \
mrXYRectangle.cc mrXZRectangle.cc mrYZRectangle.cc myrand.cc)
-include ../../Makefile.spec2000
# Yes, we know this is an old crufty C++ benchmark. Don't tell us about it GCC!
CXXFLAGS += -fno-exceptions -Wno-deprecated -Wno-non-template-friend
@@ -68,3 +67,5 @@
LDFLAGS = -lstdc++ -lm
LIBS = -lm
+include ../../Makefile.spec2000
+
More information about the llvm-commits
mailing list