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:
Chris Lattner 2003-06-17 18:19:52 +00:00
parent d562436355
commit da601403d9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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