diff options
-rw-r--r-- | lib/ExecutionEngine/Makefile | 2 | ||||
-rw-r--r-- | tools/llc/Makefile | 1 | ||||
-rw-r--r-- | tools/lli/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 7ca5c60..cc84a6c 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -19,7 +19,7 @@ endif # 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 diff --git a/tools/llc/Makefile b/tools/llc/Makefile index fcce511..c49b523 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -3,6 +3,7 @@ TOOLNAME = llc USEDLIBS = mapping \ sparc \ x86 \ + selection \ regalloc \ sched \ select \ diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 7ca5c60..cc84a6c 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -19,7 +19,7 @@ endif # 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 |