mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
The never-ending odyssey trying to get sparc to link
llvm-svn: 6747
This commit is contained in:
parent
85f1b38638
commit
0fc18257a9
@ -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…
Reference in New Issue
Block a user