diff options
-rw-r--r-- | lib/ExecutionEngine/Makefile | 7 | ||||
-rw-r--r-- | tools/lli/Makefile | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 6d0df11550..da98f66116 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -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. diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 6d0df11550..da98f66116 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -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. |