[llvm-commits] CVS: llvm-test/MultiSource/Applications/siod/Makefile
Reid Spencer
reid at x10sys.com
Fri Apr 29 01:36:47 PDT 2005
Changes in directory llvm-test/MultiSource/Applications/siod:
Makefile updated: 1.7 -> 1.8
---
Log message:
Enable this test. It requires libdl.so so we give it the -ldl flag.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Applications/siod/Makefile
diff -u llvm-test/MultiSource/Applications/siod/Makefile:1.7 llvm-test/MultiSource/Applications/siod/Makefile:1.8
--- llvm-test/MultiSource/Applications/siod/Makefile:1.7 Sat Jan 15 21:16:10 2005
+++ llvm-test/MultiSource/Applications/siod/Makefile Fri Apr 29 03:36:36 2005
@@ -1,7 +1,7 @@
LEVEL = ../../..
PROG = siod
CPPFLAGS = -D__USE_MISC -D__USE_GNU -D__USE_SVID -D__USE_XOPEN_EXTENDED -D__USE_XOPEN -Dunix
-LDFLAGS = -lm $(TOOLLINKOPTS)
+LDFLAGS = -lm -ldl $(TOOLLINKOPTS)
RUN_OPTIONS = -v1 $(PROJ_SRC_DIR)/test.scm
More information about the llvm-commits
mailing list