From: Ezequiel GarcĂ­a Date: Tue, 17 Feb 2015 16:26:56 +0000 (-0300) Subject: glibc: nios2: Prevent selecting unsupported versions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccd5519d1a13f6f2fe5d6accf31dbfa2802e1a0b;p=buildroot.git 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 --- 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