The never-ending odyssey trying to get sparc to link
authorChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 18:19:52 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 18:19:52 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6747 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/lli/Makefile

index f710dc081a1fa78d8d00e655b74e9d513201ce85..6d0df1155027e30578ec1d6911f7a238feda2724 100644 (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
index f710dc081a1fa78d8d00e655b74e9d513201ce85..6d0df1155027e30578ec1d6911f7a238feda2724 100644 (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