aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/final
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2023-01-31 12:04:00 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-02-09 02:53:35 +0100
commit4b8b89da506d1272ccbf944b1ece6c8ddaeff2ed (patch)
treed58ae10f2e03fb166d59816686691e55e588d962 /toolchain/gcc/final
parentdd39f760b75070dfc6589fa9e63e3a1525bd7e2c (diff)
downloadupstream-4b8b89da506d1272ccbf944b1ece6c8ddaeff2ed.tar.gz
upstream-4b8b89da506d1272ccbf944b1ece6c8ddaeff2ed.tar.bz2
upstream-4b8b89da506d1272ccbf944b1ece6c8ddaeff2ed.zip
toolchain/gcc: use explicit configure args
Spell out what we want to enable or disable. This prevents host libs to leak in, so everyone get the same feature set. Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'toolchain/gcc/final')
-rw-r--r--toolchain/gcc/final/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile
index 049ddf61f0..78a5576bff 100644
--- a/toolchain/gcc/final/Makefile
+++ b/toolchain/gcc/final/Makefile
@@ -8,6 +8,7 @@ GCC_CONFIGURE += \
--enable-shared \
--enable-threads \
--with-slibdir=$(TOOLCHAIN_DIR)/lib \
+ --enable-plugins \
--enable-lto \
--with-libelf=$(STAGING_DIR_HOST)