mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
uclibc: the internal toolchain only uses uClibc-ng
Point to the right website and tell the user the right name. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4e4e9fd178
commit
7dcec609ee
@ -27,7 +27,7 @@ choice
|
|||||||
|| BR2_powerpc64
|
|| BR2_powerpc64
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
|
config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
|
||||||
bool "uClibc"
|
bool "uClibc-ng"
|
||||||
select BR2_TOOLCHAIN_USES_UCLIBC
|
select BR2_TOOLCHAIN_USES_UCLIBC
|
||||||
depends on BR2_arcle || BR2_arceb || BR2_arm || BR2_armeb || \
|
depends on BR2_arcle || BR2_arceb || BR2_arm || BR2_armeb || \
|
||||||
BR2_bfin || BR2_i386 || BR2_m68k || BR2_microblaze || \
|
BR2_bfin || BR2_i386 || BR2_m68k || BR2_microblaze || \
|
||||||
@ -37,10 +37,10 @@ config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
|
|||||||
# Unsupported for MIPS R6
|
# Unsupported for MIPS R6
|
||||||
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
||||||
help
|
help
|
||||||
This option selects uClibc as the C library for the
|
This option selects uClibc-ng as the C library for the
|
||||||
cross-compilation toolchain.
|
cross-compilation toolchain.
|
||||||
|
|
||||||
http://uclibc.org
|
http://uclibc-ng.org
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
config BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
||||||
bool "glibc"
|
bool "glibc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user