mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
glibc: drop redundant arch depends
These are already in toolchain/toolchain-buildroot/Config.in and since package/glibc/Config.in is filtered by BR2_TOOLCHAIN_USES_GLIBC there's no need to duplicate this. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c4ecb34fe4
commit
94df3e6d1b
@ -3,13 +3,6 @@ if BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
|||||||
choice
|
choice
|
||||||
prompt "glibc version"
|
prompt "glibc version"
|
||||||
default BR2_GLIBC_VERSION_2_18
|
default BR2_GLIBC_VERSION_2_18
|
||||||
# Architectures supported in mainline glibc
|
|
||||||
depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
|
|
||||||
BR2_i386 || BR2_mips || BR2_mipsel || \
|
|
||||||
BR2_mips64 || BR2_mips64el || BR2_powerpc || \
|
|
||||||
BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \
|
|
||||||
BR2_sh64 || BR2_sparc || BR2_x86_64 || \\
|
|
||||||
BR2_microblaze
|
|
||||||
|
|
||||||
config BR2_GLIBC_VERSION_2_18
|
config BR2_GLIBC_VERSION_2_18
|
||||||
bool "2.18"
|
bool "2.18"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user