diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-24 00:11:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-24 00:11:20 +0000 |
commit | 97e9f3b43256d22a4580c4fda51f492b17d3f459 (patch) | |
tree | 6f19c48d69af8fedf4b2ee90d58a3cb93eb1022f /toolchain | |
parent | 8bc2dad681de40180daa70a8188b5d67138b30fd (diff) | |
download | upstream-97e9f3b43256d22a4580c4fda51f492b17d3f459.tar.gz upstream-97e9f3b43256d22a4580c4fda51f492b17d3f459.tar.bz2 upstream-97e9f3b43256d22a4580c4fda51f492b17d3f459.zip |
remove obsolete file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9005 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Config.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in deleted file mode 100644 index f8560cbd90..0000000000 --- a/toolchain/gdb/Config.in +++ /dev/null @@ -1,8 +0,0 @@ -comment "Gdb Options" - -config PACKAGE_GDB_CLIENT - bool "Build gdb client for the Host" - default n - help - Build gdb to run on the host to debug programs running on the target. - |