Skip to content
Snippets Groups Projects
Commit 85a35121 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

toolchain: remove obsolete !avr32 dependency


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 44962
parent 3a527955
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment