diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-17 19:14:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-17 19:14:59 +0000 |
commit | f25b7729c11bb1abe7e26fb0510cb3ed766358fc (patch) | |
tree | cc5176407a824081aa80fe589b69229ca3526a4a /tools/lli/Makefile | |
parent | da601403d9cd984af232772371e48077205d9e7a (diff) |
Life is too short. Link in too much stuff on Linux to make building on sun easier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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. |