diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-03-23 21:44:43 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-03-24 21:49:20 +0100 |
commit | 1fc02d1d34320c52525b2c004f587529c04caeb2 (patch) | |
tree | c4848ca778bc6553513043de2f0260ef35555e21 /util/crossgcc | |
parent | 64b35f341b87fabac4a82925fd3348fc6530fc84 (diff) |
crossgcc: Enable multiple targets for a platform
This is required on powerpc64 to build both little endian and big endian
libgcc.
Change-Id: I295c8ee5e8131d4108e98d1bfd53abb8bd8982b2
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/14163
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 245211d868..49dcf2407e 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -450,7 +450,7 @@ build_GCC() { --disable-libssp --disable-bootstrap --disable-nls \ --disable-libquadmath --without-headers \ --disable-threads \ - --enable-interwork --enable-multilib \ + --enable-interwork --enable-multilib --enable-targets=all \ --disable-libatomic --disable-libcc1 --disable-decimal-float \ ${GCC_OPTIONS} --enable-languages="${LANGUAGES}" \ --with-system-zlib \ |