From b8e5baf2f2f5ddc8908280fe86f45081c8271729 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 1 Jul 2022 18:24:31 +0200 Subject: [PATCH] crossgcc [binutils]: Remove invalid enable-interwork option 'enable-interwork' is not a binutils configure option. Signed-off-by: Elyes Haouas Change-Id: I29cd6137c700ff6871868a723daf33909aa218ff Reviewed-on: https://review.coreboot.org/c/coreboot/+/65609 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Felix Singer --- util/crossgcc/buildgcc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 38301607bd..3bda018369 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -685,8 +685,7 @@ build_BINUTILS() { ../binutils-${BINUTILS_VERSION}/configure --prefix="$TARGETDIR" \ --target=${TARGETARCH} --enable-targets=${TARGETARCH}${ADDITIONALTARGET} \ --disable-werror --disable-nls --enable-lto --enable-gold \ - --enable-interwork --enable-multilib \ - --enable-plugins \ + --enable-multilib --enable-plugins \ CFLAGS="$HOSTCFLAGS" \ CXXFLAGS="$HOSTCFLAGS" \ || touch .failed