glibc: nios2: Prevent selecting unsupported versions
authorEzequiel García <ezequiel@vanguardiasur.com.ar>
Tue, 17 Feb 2015 16:26:56 +0000 (13:26 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 19 Feb 2015 21:04:26 +0000 (22:04 +0100)
Versions previous to glibc v2.21 do not support the Nios-II architecture
so disable them.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/glibc/Config.in

index 3038b27d98db5ed02ed2ed60fe2b772a5da54fa4..80014910b0064979aa5217c312b94ca0a97a3220 100644 (file)
@@ -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