mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-01 07:09:02 +00:00
The never-ending odyssey trying to get sparc to link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6747 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d562436355
commit
da601403d9
@ -3,7 +3,7 @@ TOOLNAME = lli
|
||||
PARALLEL_DIRS = Interpreter JIT
|
||||
|
||||
# Get the config name...
|
||||
include $(LEVEL)/Makefile.config
|
||||
include $(LEVEL)/Makefile.$(shell uname)
|
||||
|
||||
# Generic JIT libraries
|
||||
JITLIBS = lli-jit codegen
|
||||
|
@ -3,7 +3,7 @@ TOOLNAME = lli
|
||||
PARALLEL_DIRS = Interpreter JIT
|
||||
|
||||
# Get the config name...
|
||||
include $(LEVEL)/Makefile.config
|
||||
include $(LEVEL)/Makefile.$(shell uname)
|
||||
|
||||
# Generic JIT libraries
|
||||
JITLIBS = lli-jit codegen
|
||||
|
Loading…
x
Reference in New Issue
Block a user