[llvm-commits] CVS: llvm-test/SingleSource/CustomChecked/Makefile
Chris Lattner
sabre at nondot.org
Fri Nov 10 11:40:48 PST 2006
Changes in directory llvm-test/SingleSource/CustomChecked:
Makefile updated: 1.12 -> 1.13
---
Log message:
Let these link
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/CustomChecked/Makefile
diff -u llvm-test/SingleSource/CustomChecked/Makefile:1.12 llvm-test/SingleSource/CustomChecked/Makefile:1.13
--- llvm-test/SingleSource/CustomChecked/Makefile:1.12 Wed Sep 1 09:33:26 2004
+++ llvm-test/SingleSource/CustomChecked/Makefile Fri Nov 10 13:40:33 2006
@@ -7,7 +7,7 @@
include $(LEVEL)/SingleSource/Makefile.singlesrc
LIBS += -lstdc++
-LDFLAGS += -lm
+LDFLAGS += -lstdc++ -lm
LLI_RUN := $(addsuffix .run-lli, $(PREFIXED_PROGRAMS_TO_TEST))
JIT_RUN := $(addsuffix .run-jit, $(PREFIXED_PROGRAMS_TO_TEST))
More information about the llvm-commits
mailing list