[coreboot-gerrit] New patch to review for coreboot: buildgcc: enable interwork/multilib for binutils

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Apr 5 11:16:29 CEST 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14256

-gerrit

commit 80bb75ae31e0c7e5b14ee42fc8a00377c9d7ed7f
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Tue Apr 5 02:14:48 2016 -0700

    buildgcc: enable interwork/multilib for binutils
    
    Otherwise, on OS X, some architectures will fail
    to build libgcc (verified for ARM toolchain).
    
    Change-Id: I8b58e0582596ad39cad92e9d478158c46a96a26e
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/crossgcc/buildgcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 96e4c19..4641ae9 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -446,6 +446,7 @@ build_BINUTILS() {
 	CC="$CC" ../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-multilibs CFLAGS="$HOSTCFLAGS" || touch .failed
 	$MAKE $JOBS || touch .failed
 	$MAKE install DESTDIR=$DESTDIR || touch .failed



More information about the coreboot-gerrit mailing list