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 /toolchain/toolchain-buildroot | |
| 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 'toolchain/toolchain-buildroot')
| -rw-r--r-- | toolchain/toolchain-buildroot/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in index 216f9db7a7..e19de4c331 100644 --- a/toolchain/toolchain-buildroot/Config.in +++ b/toolchain/toolchain-buildroot/Config.in @@ -59,11 +59,11 @@ config BR2_TOOLCHAIN_BUILDROOT_EGLIBC config BR2_TOOLCHAIN_BUILDROOT_GLIBC bool "glibc" - depends on BR2_arm || BR2_armeb || BR2_aarch64 || \ - BR2_i386 || BR2_mips || BR2_mipsel || \ - BR2_mips64 || BR2_mips64el || BR2_powerpc || \ - BR2_sh || BR2_sh64 || BR2_sparc || \ - BR2_x86_64 || BR2_microblaze + depends on BR2_arm || BR2_armeb || BR2_aarch64 || \ + BR2_i386 || BR2_mips || BR2_mipsel || \ + BR2_mips64 || BR2_mips64el || BR2_powerpc || \ + BR2_powerpc64le || BR2_sh || BR2_sh64 || \ + BR2_sparc || BR2_x86_64 || BR2_microblaze depends on BR2_USE_MMU depends on !BR2_PREFER_STATIC_LIB select BR2_TOOLCHAIN_USES_GLIBC |

