summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-02-22 22:27:42 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-02-22 22:27:42 (GMT)
commit0841e2f820de7a4dca1ddc52b04bf834fff2806b (patch)
tree60655420cc1fe42c7032d38250aff3c05646eceb /config/cc
parentb1edc84ae1fc8003438c3440cea529364e8a5bc7 (diff)
cc/gcc: do not build plugins for static toolchains
Plugins are shared objects, and when building a toolchain statically, the gcc build system breaks havok (although there is no hard technical reasons it should not be possible)... And consequently, do not enable plugin supoprt in binutils. Reported-by: Thomas Spurden <thomas@ado.is-a-geek.net> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 6973c34..716b495 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -195,6 +195,7 @@ config CC_GCC_HAS_LTO
config CC_GCC_ENABLE_PLUGINS
bool
depends on BINUTILS_PLUGINS
+ depends on ! STATIC_TOOLCHAIN
default y
# If binutils installs gold, enable support for gold in gcc