toolchain: remove obsolete !avr32 dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44962
This commit is contained in:
parent
3a52795531
commit
85a3512150
1 changed files with 1 additions and 2 deletions
|
@ -219,7 +219,6 @@ choice
|
||||||
config LIBC_USE_GLIBC
|
config LIBC_USE_GLIBC
|
||||||
bool "Use (e)glibc"
|
bool "Use (e)glibc"
|
||||||
select USE_GLIBC
|
select USE_GLIBC
|
||||||
depends on !avr32
|
|
||||||
|
|
||||||
config LIBC_USE_UCLIBC
|
config LIBC_USE_UCLIBC
|
||||||
select USE_UCLIBC
|
select USE_UCLIBC
|
||||||
|
@ -242,7 +241,7 @@ comment "Debuggers"
|
||||||
|
|
||||||
config GDB
|
config GDB
|
||||||
bool
|
bool
|
||||||
depends on !(avr32 || aarch64 || aarch64_be)
|
depends on !(aarch64 || aarch64_be)
|
||||||
prompt "Build gdb" if TOOLCHAINOPTS
|
prompt "Build gdb" if TOOLCHAINOPTS
|
||||||
default y if !EXTERNAL_TOOLCHAIN
|
default y if !EXTERNAL_TOOLCHAIN
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in a new issue