[llvm-commits] [release_19] CVS: llvm-test/SingleSource/CustomChecked/Makefile
Tanya Lattner
tonic at nondot.org
Fri Nov 10 13:51:13 PST 2006
Changes in directory llvm-test/SingleSource/CustomChecked:
Makefile updated: 1.12 -> 1.12.14.1
---
Log message:
Merge from mainline to fix linking problem.
---
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.12.14.1
--- llvm-test/SingleSource/CustomChecked/Makefile:1.12 Wed Sep 1 09:33:26 2004
+++ llvm-test/SingleSource/CustomChecked/Makefile Fri Nov 10 15:51:00 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