From a3c287d7a3cd7dcdc3c81eeb0ad90712cfa93406 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 14 Sep 2022 10:33:21 +0200 Subject: [PATCH] crossgcc [binutils]: Remove 'enable-plugins' option unneeded 'enable-plugins' option sneaked in..., so remove it. Signed-off-by: Elyes Haouas Change-Id: Id1d7f2c7e6b70c28e1060c6ee915363ffe412ef6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67645 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Felix Singer --- util/crossgcc/buildgcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 3bda018369..97d98b1977 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -684,8 +684,8 @@ build_BINUTILS() { CC="$(hostcc target)" CXX="$(hostcxx target)" \ ../binutils-${BINUTILS_VERSION}/configure --prefix="$TARGETDIR" \ --target=${TARGETARCH} --enable-targets=${TARGETARCH}${ADDITIONALTARGET} \ - --disable-werror --disable-nls --enable-lto --enable-gold \ - --enable-multilib --enable-plugins \ + --disable-werror --disable-nls --enable-lto \ + --enable-gold --enable-multilib \ CFLAGS="$HOSTCFLAGS" \ CXXFLAGS="$HOSTCFLAGS" \ || touch .failed