[llvm-commits] [test-suite] r47730 - /test-suite/trunk/External/SPEC/CINT2006/471.omnetpp/Makefile

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


Author: evancheng
Date: Thu Feb 28 14:52:11 2008
New Revision: 47730

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

Modified:
    test-suite/trunk/External/SPEC/CINT2006/471.omnetpp/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2006/471.omnetpp/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/471.omnetpp/Makefile?rev=47730&r1=47729&r2=47730&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/471.omnetpp/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/471.omnetpp/Makefile Thu Feb 28 14:52:11 2008
@@ -62,7 +62,7 @@
 STDOUT_FILENAME := omnetpp.log
 
 LDFLAGS = -lstdc++ -lm
-LIBS    = -lstdc++ -lm
+LIBS    = -lm
 
 ##===----------------------------------------------------------------------===##
 # Copy the source files to the working directory. Some files may have





More information about the llvm-commits mailing list