[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile

Bill Wendling isanbard at gmail.com
Wed Sep 6 13:41:45 PDT 2006



Changes in directory llvm-test/External/SPEC/CINT2006/471.omnetpp:

Makefile updated: 1.2 -> 1.3
---
Log message:

Modified Makefiles to handle multiple directories.


---
Diffs of the changes:  (+3 -0)

 Makefile |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile
diff -u llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile:1.2 llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile:1.3
--- llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile:1.2	Fri Sep  1 20:31:50 2006
+++ llvm-test/External/SPEC/CINT2006/471.omnetpp/Makefile	Wed Sep  6 15:41:12 2006
@@ -41,3 +41,6 @@
 
 RUN_OPTIONS      = omnetpp.ini
 STDOUT_FILENAME := omnetpp.log
+
+LDFLAGS = -lstdc++ -lm
+LIBS    = -lstdc++ -lm






More information about the llvm-commits mailing list