mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
toolchain: add mips64 for uClibc-ng
Filter out all other uClibc versions, as they containing serious bugs for mips64. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c5f874596b
commit
7340143a5c
@ -27,7 +27,7 @@ choice
|
|||||||
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS
|
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS
|
||||||
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
|
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
|
||||||
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL if !BR2_x86_i386
|
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL if !BR2_x86_i386
|
||||||
depends on !(BR2_arc || BR2_xtensa)
|
depends on !(BR2_arc || BR2_mips64 || BR2_mips64el || BR2_xtensa)
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_ARC_GIT
|
config BR2_UCLIBC_VERSION_ARC_GIT
|
||||||
bool "uClibc Git ARC"
|
bool "uClibc Git ARC"
|
||||||
@ -50,7 +50,7 @@ choice
|
|||||||
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
|
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
|
||||||
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL \
|
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL \
|
||||||
if !BR2_x86_i386 && !BR2_xtensa
|
if !BR2_x86_i386 && !BR2_xtensa
|
||||||
depends on !(BR2_arc)
|
depends on !(BR2_arc || BR2_mips64 || BR2_mips64el)
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ choice
|
|||||||
prompt "C library"
|
prompt "C library"
|
||||||
default BR2_TOOLCHAIN_UCLIBC
|
default BR2_TOOLCHAIN_UCLIBC
|
||||||
default BR2_TOOLCHAIN_BUILDROOT_GLIBC if BR2_aarch64 || BR2_aarch64_be \
|
default BR2_TOOLCHAIN_BUILDROOT_GLIBC if BR2_aarch64 || BR2_aarch64_be \
|
||||||
|| BR2_microblaze || BR2_mips64 || BR2_mips64el || BR2_powerpc64
|
|| BR2_microblaze || BR2_powerpc64
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
|
config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
|
||||||
bool "uClibc"
|
bool "uClibc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user