From ccd5519d1a13f6f2fe5d6accf31dbfa2802e1a0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ezequiel=20Garc=C3=ADa?= Date: Tue, 17 Feb 2015 13:26:56 -0300 Subject: [PATCH] glibc: nios2: Prevent selecting unsupported versions Versions previous to glibc v2.21 do not support the Nios-II architecture so disable them. Signed-off-by: Ezequiel Garcia Signed-off-by: Thomas Petazzoni --- package/glibc/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/glibc/Config.in b/package/glibc/Config.in index 3038b27d98..80014910b0 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.30.2