commit | f458b7dd3ba025ba3c8e20f0e301cf61b88437b8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Aug 11 14:59:53 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Aug 11 14:59:53 2003 +0000 |
tree | 68b5d4cb4226d1a3b7938e3307d4d2ac27c31e24 | |
parent | e61db425e887a360746b0d4b8d8cf140526b0d8f [diff] [blame] |
Include the new selection library for the X86 target llvm-svn: 7720
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index 7ca5c60..cc84a6c 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/lib/ExecutionEngine/Makefile
@@ -19,7 +19,7 @@ # What the X86 JIT requires ifdef ENABLE_X86_JIT CPPFLAGS += -DENABLE_X86_JIT - JITLIBS += x86 + JITLIBS += x86 selection # X86 doesn't require any ARCHLIBS endif