[llvm-commits] CVS: llvm/tools/jello/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 4 14:52:00 PST 2002


Changes in directory llvm/tools/jello:

Makefile updated: 1.1 -> 1.2

---
Log message:

No need to explicitly inclue ExportSymbols now



---
Diffs of the changes:

Index: llvm/tools/jello/Makefile
diff -u llvm/tools/jello/Makefile:1.1 llvm/tools/jello/Makefile:1.2
--- llvm/tools/jello/Makefile:1.1	Fri Oct 25 17:58:53 2002
+++ llvm/tools/jello/Makefile	Mon Nov  4 14:50:53 2002
@@ -5,6 +5,6 @@
 # Have gcc tell the linker to export symbols from the program so that
 # dynamically loaded modules can be linked against them.
 #
-TOOLLINKOPTS = -ldl $(ExportSymbols)
+TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list