Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13850
-gerrit
commit fc57ad46c74b9ab9cbf16a5333da065467767450 Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Sat Feb 27 12:48:31 2016 -0800
buildgcc: revert: enable multilib for gcc
Commit 8e68aff caused the cross toolchain to fail building on Ubuntu 15.10
Change-Id: I965e5cb208056ae5648eacf054ba14d49d6f9dbe Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- util/crossgcc/buildgcc | 1 - 1 file changed, 1 deletion(-)
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index e4a6d47..adc5fc2 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -439,7 +439,6 @@ 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-system-zlib \