[coreboot-gerrit] New patch to review for coreboot: buildgcc: enable multilib for gcc

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Feb 8 11:56:47 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13625

-gerrit

commit 93e7714c6eb20c6bed4da4dc5a013c7c73685da3
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon Feb 8 11:48:26 2016 +0100

    buildgcc: enable multilib for gcc
    
    Make the gcc build system create multiple libgcc.a instances for
    different ABIs.
    
    Change-Id: I1c888bf751bf43566da8927ed0aedb53857363bf
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 util/crossgcc/buildgcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 8f67949..9652496 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -439,6 +439,7 @@ build_GCC() {
 		--disable-libssp --disable-bootstrap --disable-nls \
 		--disable-libquadmath --without-headers \
 		--disable-threads \
+		--enable-interwork --enable-multilib \
 		--disable-libatomic --disable-libcc1 --disable-decimal-float \
 		${GCC_OPTIONS} --enable-languages="${LANGUAGES}" \
 		--with-gmp=$DESTDIR$TARGETDIR --with-mpfr=$DESTDIR$TARGETDIR \



More information about the coreboot-gerrit mailing list