diff options
-rw-r--r-- | tools/lto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lto/Makefile b/tools/lto/Makefile index c7befa44c1..91732ff3ef 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -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 |