projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a52795
)
toolchain: remove obsolete !avr32 dependency
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Mar 2015 10:07:13 +0000
(10:07 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Mar 2015 10:07:13 +0000
(10:07 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44962
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index bab583dd9c1b8b33a827c9f1916201470072cadf..436217052f7e5d6a64074e74a794fde5e40cf950 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.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 !(a
vr32 || a
arch64 || aarch64_be)
+ depends on !(aarch64 || aarch64_be)
prompt "Build gdb" if TOOLCHAINOPTS
default y if !EXTERNAL_TOOLCHAIN
help