The never-ending odyssey trying to get sparc to link

llvm-svn: 6747
This commit is contained in:
Chris Lattner 2003-06-17 18:19:52 +00:00
parent f9f0005af7
commit eba0e9930d
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