[llvm-commits] [test-suite] r47679 - /test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile
Evan Cheng
evan.cheng at apple.com
Wed Feb 27 10:36:48 PST 2008
Author: evancheng
Date: Wed Feb 27 12:36:48 2008
New Revision: 47679
URL: http://llvm.org/viewvc/llvm-project?rev=47679&view=rev
Log:
Reflects llvm-ld changes.
Modified:
test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile
Modified: test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile?rev=47679&r1=47678&r2=47679&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile Wed Feb 27 12:36:48 2008
@@ -14,4 +14,4 @@
STDOUT_FILENAME := namd.out
LDFLAGS = -lstdc++ -lm
-LIBS = -lstdc++ -lm
+LIBS = -lm
More information about the llvm-commits
mailing list