diff options
| author | Jeff Bailey <jeffbailey@google.com> | 2014-05-24 23:59:22 -0700 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-25 23:24:09 +0200 |
| commit | a426a91973c03ea99bb49bace8141de2d1ab25d8 (patch) | |
| tree | 3597d8779ef91a9dafeee40a0dfd177547fb8652 /package/binutils | |
| parent | 696668b09b37c6a4db110880d519132a3da0fba5 (diff) | |
| download | buildroot-a426a91973c03ea99bb49bace8141de2d1ab25d8.tar.gz buildroot-a426a91973c03ea99bb49bace8141de2d1ab25d8.zip | |
Add support for powerpc64le
This patch adds support for powerpc64le-linux-gnu. This includes
needed patches to fakeroot and gmp.
gmp patch is from upstream HG tree.
fakeroot patch is from Ubuntu written by Adam Conrad.
Signed-off-by: Jeff Bailey <jeffbailey@google.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/binutils')
| -rw-r--r-- | package/binutils/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 15def13081..0f7321e7a0 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -4,7 +4,7 @@ choice prompt "Binutils Version" depends on !BR2_arc default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh) - default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze + default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le default BR2_BINUTILS_VERSION_2_22 help Select the version of binutils you wish to use. |

