[llvm-commits] [test-suite] r47729 - /test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile

Evan Cheng evan.cheng at apple.com
Thu Feb 28 12:51:11 PST 2008


Author: evancheng
Date: Thu Feb 28 14:51:11 2008
New Revision: 47729

URL: http://llvm.org/viewvc/llvm-project?rev=47729&view=rev
Log:
Reflects llvm-ld changes.

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=47729&r1=47728&r2=47729&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile Thu Feb 28 14:51:11 2008
@@ -66,5 +66,5 @@
 CXXFLAGS += -fno-exceptions -Wno-deprecated -Wno-non-template-friend 
 
 LDFLAGS = -lstdc++ -lm
-LIBS    = -lstdc++ -lm
+LIBS    = -lm
 





More information about the llvm-commits mailing list