projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa1a33e
)
exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without faili...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 10 Apr 2012 21:04:06 +0000
(21:04 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 10 Apr 2012 21:04:06 +0000
(21:04 +0000)
SVN-Revision: 31249
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index c027be821284a66a827dd4adf4b9f14ea9a325a9..13446ec9f5aab66fbd780985b48dddfb6000ef05 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-160,6
+160,7
@@
comment "Debuggers"
config GDB
bool
+ depends !avr32
prompt "Build gdb" if TOOLCHAINOPTS
default n
help