diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-23 11:42:17 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-23 11:42:17 +0000 |
commit | e60f3ee0f3f01235ee111b993f6f986844277c36 (patch) | |
tree | a4182f05cd333e2d0d1486fd8b5de13c8926ef53 /openwrt/toolchain | |
parent | 4b908797b0d55eafa684bf8fe369f2887e7f257d (diff) |
disable gdb build for now, need to rework gdb client and server and add some docs to our wiki
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3040 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r-- | openwrt/toolchain/Config.in.devel | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/toolchain/Config.in.devel b/openwrt/toolchain/Config.in.devel index 4144c50d9d..d9223fbcd3 100644 --- a/openwrt/toolchain/Config.in.devel +++ b/openwrt/toolchain/Config.in.devel @@ -5,7 +5,6 @@ menu "Toolchain Options" source "toolchain/uClibc/Config.in" source "toolchain/binutils/Config.in" source "toolchain/gcc/Config.in" -source "toolchain/gdb/Config.in" comment "Common Toolchain Options" |