mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Life is too short. Link in too much stuff on Linux to make building on sun easier
llvm-svn: 6748
This commit is contained in:
parent
0fc18257a9
commit
6d0553444b
@ -18,14 +18,13 @@ JITLIBS += x86
|
|||||||
# What the Sparc JIT requires
|
# What the Sparc JIT requires
|
||||||
ifeq ($(ARCH),Sparc)
|
ifeq ($(ARCH),Sparc)
|
||||||
JITLIBS += 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 \
|
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
|
||||||
mapping select postopts.a preopts
|
mapping select postopts.a preopts
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) bcreader vmcore scalaropts.a \
|
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
|
||||||
analysis.a support.a target.a
|
transformutils.a bcreader vmcore support.a target.a
|
||||||
|
|
||||||
# Have gcc tell the linker to export symbols from the program so that
|
# Have gcc tell the linker to export symbols from the program so that
|
||||||
# dynamically loaded modules can be linked against them.
|
# dynamically loaded modules can be linked against them.
|
||||||
|
@ -18,14 +18,13 @@ JITLIBS += x86
|
|||||||
# What the Sparc JIT requires
|
# What the Sparc JIT requires
|
||||||
ifeq ($(ARCH),Sparc)
|
ifeq ($(ARCH),Sparc)
|
||||||
JITLIBS += 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 \
|
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
|
||||||
mapping select postopts.a preopts
|
mapping select postopts.a preopts
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) bcreader vmcore scalaropts.a \
|
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
|
||||||
analysis.a support.a target.a
|
transformutils.a bcreader vmcore support.a target.a
|
||||||
|
|
||||||
# Have gcc tell the linker to export symbols from the program so that
|
# Have gcc tell the linker to export symbols from the program so that
|
||||||
# dynamically loaded modules can be linked against them.
|
# dynamically loaded modules can be linked against them.
|
||||||
|
Loading…
Reference in New Issue
Block a user