From: Chris Lattner Date: Tue, 17 Jun 2003 18:19:52 +0000 (+0000) Subject: The never-ending odyssey trying to get sparc to link X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=da601403d9cd984af232772371e48077205d9e7a;p=oota-llvm.git 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 --- diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index f710dc081a1..6d0df115502 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -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 diff --git a/tools/lli/Makefile b/tools/lli/Makefile index f710dc081a1..6d0df115502 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -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