diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-lto/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvm-lto/Makefile b/tools/llvm-lto/Makefile index f1801b4b20c..f8ca7e1cac5 100644 --- a/tools/llvm-lto/Makefile +++ b/tools/llvm-lto/Makefile @@ -14,6 +14,4 @@ LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 -NO_INSTALL := 1 - include $(LEVEL)/Makefile.common |