[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 17 14:16:02 PDT 2003
Changes in directory llvm/tools/lli:
Makefile updated: 1.29 -> 1.30
---
Log message:
Life is too short. Link in too much stuff on Linux to make building on sun easier
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.29 llvm/tools/lli/Makefile:1.30
--- llvm/tools/lli/Makefile:1.29 Tue Jun 17 13:19:52 2003
+++ llvm/tools/lli/Makefile Tue Jun 17 14:14:59 2003
@@ -18,14 +18,13 @@
# What the Sparc JIT requires
ifeq ($(ARCH),Sparc)
JITLIBS += sparc
-ARCHLIBS = sched livevar instrument.a profpaths transformutils.a \
+ARCHLIBS = sched livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
mapping select postopts.a preopts
-
endif
-USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) bcreader vmcore scalaropts.a \
- analysis.a support.a target.a
+USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
+ transformutils.a bcreader vmcore support.a target.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
More information about the llvm-commits
mailing list