Add linker into list of LINK_COMPONENTS.
[oota-llvm.git] / tools / lto / Makefile
index c7befa44c108f66767ac89763ec2855d75c228f2..91732ff3efe4f190bd6074086f1b6dd27f63c927 100644 (file)
@@ -20,7 +20,7 @@ DONT_BUILD_RELINKED = 1
 # early so we can set up LINK_COMPONENTS before includeing Makefile.rules
 include $(LEVEL)/Makefile.config
 
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts bcreader bcwriter
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bcreader bcwriter
 
 include $(LEVEL)/Makefile.common