diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-22 09:07:24 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-29 22:57:26 +0100 |
| commit | 2b9a7128e7b0d861e01088b780eb246aa07dec70 (patch) | |
| tree | 50476e796e74f06757481329685bd2c6f7e640d6 /toolchain | |
| parent | 6149e121727acde3d54c528153c7c25baeaf925a (diff) | |
| download | buildroot-2b9a7128e7b0d861e01088b780eb246aa07dec70.tar.gz buildroot-2b9a7128e7b0d861e01088b780eb246aa07dec70.zip | |
glibc: remove version 2.21
Mask out glibc for sparc as well since it's no longer available.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/toolchain-buildroot/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in index cbeb0305b2..37c662407f 100644 --- a/toolchain/toolchain-buildroot/Config.in +++ b/toolchain/toolchain-buildroot/Config.in @@ -68,9 +68,8 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC BR2_aarch64_be || BR2_i386 || BR2_mips || \ BR2_mipsel || BR2_mips64 || BR2_mips64el|| \ BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \ - BR2_sh || BR2_sh64 || BR2_sparc || \ - BR2_sparc64 || BR2_x86_64 || BR2_microblaze || \ - BR2_nios2 + BR2_sh || BR2_sh64 || BR2_sparc64 || \ + BR2_x86_64 || BR2_microblaze || BR2_nios2 depends on BR2_USE_MMU depends on !BR2_STATIC_LIBS depends on !BR2_powerpc_SPE |

