diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-28 14:32:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-28 14:32:11 +0000 |
commit | f9f929613d302d872f6497639395e195bf14898e (patch) | |
tree | e2422cf8637bfcd52610f3338064108cc3ff5511 /toolchain/Config.in | |
parent | dd80e8de1fb5d69ddd140078cff43bf1e090fdf3 (diff) | |
download | upstream-f9f929613d302d872f6497639395e195bf14898e.tar.gz upstream-f9f929613d302d872f6497639395e195bf14898e.tar.bz2 upstream-f9f929613d302d872f6497639395e195bf14898e.zip |
toolchain: enable gdb by default
SVN-Revision: 32518
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index d653aac5ef..1c0998304a 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -157,7 +157,7 @@ config GDB bool depends !avr32 prompt "Build gdb" if TOOLCHAINOPTS - default n + default y help Enable if you want to build the gdb |