[Buildroot] [PATCH 1/3] glibc: drop redundant arch depends

Gustavo Zacarias gustavo at zacarias.com.ar
Thu May 22 22:16:13 UTC 2014


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 at zacarias.com.ar>
---
 package/glibc/Config.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index 693a33e..1c1d5e5 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -3,12 +3,6 @@ if BR2_TOOLCHAIN_BUILDROOT_GLIBC
 choice
 	prompt "glibc version"
 	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_sh     || BR2_sh64     || BR2_sparc   || \
-		   BR2_x86_64 || BR2_microblaze
 
 config BR2_GLIBC_VERSION_2_18
        bool "2.18"
-- 
1.8.5.5



More information about the buildroot mailing list