Life is too short. Link in too much stuff on Linux to make building on sun easier
authorChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 19:14:59 +0000 (19:14 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 19:14:59 +0000 (19:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6748 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/lli/Makefile

index 6d0df1155027e30578ec1d6911f7a238feda2724..da98f66116f44e59340df1c72c91b85c87bd10c9 100644 (file)
@@ -18,14 +18,13 @@ JITLIBS  += x86
 # 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.
index 6d0df1155027e30578ec1d6911f7a238feda2724..da98f66116f44e59340df1c72c91b85c87bd10c9 100644 (file)
@@ -18,14 +18,13 @@ JITLIBS  += x86
 # 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.