summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 56f17d8eee..6a1ad5eb4e 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -19,6 +19,10 @@ PARALLEL_DIRS := llvm-config \
gccas llvm-bcanalyzer llvm-stub \
gccld llvm2cpp \
llvm-ld llvmc llvm-prof
+
+include $(LEVEL)/Makefile.common
+
+# Disable liblto on non-darwin platforms right now until LLVM is built PIC.
ifeq ($(OS), Darwin)
PARALLEL_DIRS += lto
endif