commit | eba0e9930d2ea3bcac77dc07170297e70477f6fd | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jun 17 18:19:52 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jun 17 18:19:52 2003 +0000 |
tree | 0656e8fc7ab70912043b9d42f544280149914486 | |
parent | f9f0005af71676ff105d6e7db32627c56ac3e8d8 [diff] [blame] |
The never-ending odyssey trying to get sparc to link llvm-svn: 6747
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index f710dc0..6d0df11 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/lib/ExecutionEngine/Makefile
@@ -3,7 +3,7 @@ PARALLEL_DIRS = Interpreter JIT # Get the config name... -include $(LEVEL)/Makefile.config +include $(LEVEL)/Makefile.$(shell uname) # Generic JIT libraries JITLIBS = lli-jit codegen