[Buildroot] [PATCH 4/6] glibc: nios2: Prevent selecting unsupported versions

Ezequiel Garcia ezequiel at vanguardiasur.com.ar
Tue Feb 17 16:26:56 UTC 2015


Versions previous to glibc v2.21 do not support the Nios-II architecture
so disable them.

Signed-off-by: Ezequiel Garcia <ezequiel at vanguardiasur.com.ar>
---
 package/glibc/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index 3038b27..8001491 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -33,6 +33,7 @@ choice
 	default BR2_GLIBC_VERSION_2_20
 
 config BR2_GLIBC_VERSION_2_20
+	depends on !BR2_nios2
 	bool "2.20"
 
 config BR2_GLIBC_VERSION_2_21
-- 
2.3.0



More information about the buildroot mailing list