Make sure to get the value of ARCH before we use it
authorChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 17:53:35 +0000 (17:53 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 17:53:35 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6746 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/lli/Makefile

index 7aab30577066f33ffbb0687c67db1d493d136a6d..f710dc081a1fa78d8d00e655b74e9d513201ce85 100644 (file)
@@ -2,6 +2,9 @@ LEVEL = ../..
 TOOLNAME = lli
 PARALLEL_DIRS = Interpreter JIT
 
+# Get the config name...
+include $(LEVEL)/Makefile.config
+
 # Generic JIT libraries
 JITLIBS   = lli-jit codegen
 ARCHLIBS  =
@@ -10,6 +13,8 @@ ARCHLIBS  =
 JITLIBS  += x86
 # X86 doesn't require any ARCHLIBS
 
+
+
 # What the Sparc JIT requires
 ifeq ($(ARCH),Sparc)
 JITLIBS  += sparc 
index 7aab30577066f33ffbb0687c67db1d493d136a6d..f710dc081a1fa78d8d00e655b74e9d513201ce85 100644 (file)
@@ -2,6 +2,9 @@ LEVEL = ../..
 TOOLNAME = lli
 PARALLEL_DIRS = Interpreter JIT
 
+# Get the config name...
+include $(LEVEL)/Makefile.config
+
 # Generic JIT libraries
 JITLIBS   = lli-jit codegen
 ARCHLIBS  =
@@ -10,6 +13,8 @@ ARCHLIBS  =
 JITLIBS  += x86
 # X86 doesn't require any ARCHLIBS
 
+
+
 # What the Sparc JIT requires
 ifeq ($(ARCH),Sparc)
 JITLIBS  += sparc