|
@@ -24,11 +24,9 @@ choice
|
|
|
|
|
|
config BR2_UCLIBC_VERSION_0_9_33
|
|
config BR2_UCLIBC_VERSION_0_9_33
|
|
bool "uClibc 0.9.33.x"
|
|
bool "uClibc 0.9.33.x"
|
|
- select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS \
|
|
|
|
- if !BR2_bfin
|
|
|
|
|
|
+ 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_bfin && !BR2_x86_i386
|
|
|
|
|
|
+ select BR2_UCLIBC_VERSION_SUPPORTS_NPTL if !BR2_x86_i386
|
|
depends on !(BR2_arc || BR2_xtensa)
|
|
depends on !(BR2_arc || BR2_xtensa)
|
|
|
|
|
|
config BR2_UCLIBC_VERSION_ARC_GIT
|
|
config BR2_UCLIBC_VERSION_ARC_GIT
|
|
@@ -39,12 +37,11 @@ choice
|
|
|
|
|
|
config BR2_UCLIBC_VERSION_NG
|
|
config BR2_UCLIBC_VERSION_NG
|
|
bool "uClibc-ng"
|
|
bool "uClibc-ng"
|
|
- select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS \
|
|
|
|
- if BR2_bfin || BR2_m68k
|
|
|
|
|
|
+ select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS if BR2_m68k
|
|
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD \
|
|
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD \
|
|
- if BR2_bfin || BR2_m68k || BR2_arm || BR2_armeb
|
|
|
|
|
|
+ if BR2_m68k || BR2_arm || BR2_armeb
|
|
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL \
|
|
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL \
|
|
- if !BR2_arc && !BR2_bfin && !BR2_m68k && !BR2_x86_i386
|
|
|
|
|
|
+ if !BR2_arc && !BR2_m68k && !BR2_x86_i386
|
|
|
|
|
|
config BR2_UCLIBC_VERSION_XTENSA_GIT
|
|
config BR2_UCLIBC_VERSION_XTENSA_GIT
|
|
bool "uClibc Git Xtensa"
|
|
bool "uClibc Git Xtensa"
|
|
@@ -53,10 +50,10 @@ choice
|
|
|
|
|
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
|
bool "daily snapshot"
|
|
bool "daily snapshot"
|
|
- select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS if !BR2_bfin && !BR2_xtensa
|
|
|
|
|
|
+ select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS if !BR2_xtensa
|
|
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_bfin && !BR2_x86_i386 && !BR2_xtensa
|
|
|
|
|
|
+ if !BR2_x86_i386 && !BR2_xtensa
|
|
depends on !(BR2_arc)
|
|
depends on !(BR2_arc)
|
|
|
|
|
|
endchoice
|
|
endchoice
|
|
@@ -174,7 +171,6 @@ config BR2_TOOLCHAIN_BUILDROOT_USE_SSP
|
|
|
|
|
|
config BR2_UCLIBC_INSTALL_UTILS
|
|
config BR2_UCLIBC_INSTALL_UTILS
|
|
bool "Compile and install uClibc utilities"
|
|
bool "Compile and install uClibc utilities"
|
|
- depends on !BR2_bfin
|
|
|
|
default y
|
|
default y
|
|
help
|
|
help
|
|
Enabling this option will compile and install the getconf,
|
|
Enabling this option will compile and install the getconf,
|
|
@@ -207,7 +203,6 @@ config BR2_UCLIBC_TARGET_ARCH
|
|
string
|
|
string
|
|
default "arc" if BR2_arcle || BR2_arceb
|
|
default "arc" if BR2_arcle || BR2_arceb
|
|
default "arm" if BR2_arm || BR2_armeb
|
|
default "arm" if BR2_arm || BR2_armeb
|
|
- default "bfin" if BR2_bfin
|
|
|
|
default "m68k" if BR2_m68k
|
|
default "m68k" if BR2_m68k
|
|
default "mips" if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
default "mips" if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
default "powerpc" if BR2_powerpc
|
|
default "powerpc" if BR2_powerpc
|