mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 07:26:38 +00:00
binutils: Don't enable plugins with static toolchain
A static toolchain by definition can't load plugins and GCC will reject the --enable-plugin configure option if we're trying to build a static toolchain. Fixes #2288 Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
106cfa2016
commit
e053fc5fa5
@ -132,6 +132,7 @@ config BINUTILS_LINKER_DEFAULT
|
||||
config BINUTILS_PLUGINS
|
||||
bool
|
||||
prompt "Enable support for plugins"
|
||||
depends on !STATIC_TOOLCHAIN
|
||||
help
|
||||
binutils can be extended through the use of plugins.
|
||||
Especially, gold can use the lto-plugin, as installed
|
||||
|
Loading…
x
Reference in New Issue
Block a user