mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
toolchain: remove obsolete !avr32 dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44962 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -219,7 +219,6 @@ choice
|
||||
config LIBC_USE_GLIBC
|
||||
bool "Use (e)glibc"
|
||||
select USE_GLIBC
|
||||
depends on !avr32
|
||||
|
||||
config LIBC_USE_UCLIBC
|
||||
select USE_UCLIBC
|
||||
@@ -242,7 +241,7 @@ comment "Debuggers"
|
||||
|
||||
config GDB
|
||||
bool
|
||||
depends on !(avr32 || aarch64 || aarch64_be)
|
||||
depends on !(aarch64 || aarch64_be)
|
||||
prompt "Build gdb" if TOOLCHAINOPTS
|
||||
default y if !EXTERNAL_TOOLCHAIN
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user