[llvm-commits] [parallel] CVS: llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Mar 1 18:53:48 PST 2004
Changes in directory llvm/test/Programs/MultiSource/Applications/lambda-0.1.3:
Makefile updated: 1.1 -> 1.1.2.1
---
Log message:
Merge from trunk
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile:1.1 llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile:1.1.2.1
--- llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile:1.1 Mon Dec 29 11:37:35 2003
+++ llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile Mon Mar 1 17:59:10 2004
@@ -1,6 +1,6 @@
LEVEL = ../../../../..
PROG = lambda
-LDFLAGS = -lsupc++
-LIBS += -lsupc++
+LDFLAGS += -lstdc++
+LIBS += -lstdc++
STDIN_FILENAME=$(BUILD_SRC_DIR)/input
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list