[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 6 12:35:02 PST 2004


Changes in directory llvm/test/Programs/MultiSource/Applications/lambda-0.1.3:

Makefile updated: 1.2 -> 1.3

---
Log message:

Revert changes, as it breaks X86 for some reason...


---
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.2 llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile:1.3
--- llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile:1.2	Thu Feb  5 12:45:15 2004
+++ llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/Makefile	Fri Feb  6 12:34:46 2004
@@ -1,6 +1,6 @@
 LEVEL = ../../../../..
 PROG = lambda
-LDFLAGS = -lstdc++
-LIBS += -lstdc++
+LDFLAGS = -lsupc++
+LIBS += -lsupc++
 STDIN_FILENAME=$(BUILD_SRC_DIR)/input
 include ../../Makefile.multisrc





More information about the llvm-commits mailing list