[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Feb 5 12:46:02 PST 2004
Changes in directory llvm/test/Programs/MultiSource/Applications/lambda-0.1.3:
Makefile updated: 1.1 -> 1.2
---
Log message:
It seems Solaris/Sparc wants all of libstdc++.
---
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.2
--- 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 Thu Feb 5 12:45:15 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