crossgcc [binutils]: Remove 'enable-plugins' option
unneeded 'enable-plugins' option sneaked in..., so remove it. Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Id1d7f2c7e6b70c28e1060c6ee915363ffe412ef6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67645 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
b8e5baf2f2
commit
a3c287d7a3
|
@ -684,8 +684,8 @@ build_BINUTILS() {
|
||||||
CC="$(hostcc target)" CXX="$(hostcxx target)" \
|
CC="$(hostcc target)" CXX="$(hostcxx target)" \
|
||||||
../binutils-${BINUTILS_VERSION}/configure --prefix="$TARGETDIR" \
|
../binutils-${BINUTILS_VERSION}/configure --prefix="$TARGETDIR" \
|
||||||
--target=${TARGETARCH} --enable-targets=${TARGETARCH}${ADDITIONALTARGET} \
|
--target=${TARGETARCH} --enable-targets=${TARGETARCH}${ADDITIONALTARGET} \
|
||||||
--disable-werror --disable-nls --enable-lto --enable-gold \
|
--disable-werror --disable-nls --enable-lto \
|
||||||
--enable-multilib --enable-plugins \
|
--enable-gold --enable-multilib \
|
||||||
CFLAGS="$HOSTCFLAGS" \
|
CFLAGS="$HOSTCFLAGS" \
|
||||||
CXXFLAGS="$HOSTCFLAGS" \
|
CXXFLAGS="$HOSTCFLAGS" \
|
||||||
|| touch .failed
|
|| touch .failed
|
||||||
|
|
Loading…
Reference in New Issue