Commit ccd5519d authored by Ezequiel García's avatar Ezequiel García Committed by Thomas Petazzoni
Browse files

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: default avatarEzequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 8bc506a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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