mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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 <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8bc506a648
commit
ccd5519d1a
@ -33,6 +33,7 @@ choice
|
|||||||
default BR2_GLIBC_VERSION_2_20
|
default BR2_GLIBC_VERSION_2_20
|
||||||
|
|
||||||
config BR2_GLIBC_VERSION_2_20
|
config BR2_GLIBC_VERSION_2_20
|
||||||
|
depends on !BR2_nios2
|
||||||
bool "2.20"
|
bool "2.20"
|
||||||
|
|
||||||
config BR2_GLIBC_VERSION_2_21
|
config BR2_GLIBC_VERSION_2_21
|
||||||
|
Loading…
x
Reference in New Issue
Block a user