diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-13 07:33:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-13 07:33:07 +0000 |
commit | 4eb8b697cbaa32edfcfe433aa296be4854ff189e (patch) | |
tree | 585ed84caa61d337b4ddbe9fbd21868cd507565e /defconfig | |
parent | 28283d54a84d85fc8395dc51e415e7922e72452b (diff) |
don't enable gdb in the default config
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -125,13 +125,7 @@ BR2_CCACHE=y # # BR2_PACKAGE_GDB is not set # BR2_PACKAGE_GDB_SERVER is not set -BR2_PACKAGE_GDB_HOST=y -# BR2_GDB_VERSION_6_2_1 is not set -# BR2_GDB_VERSION_6_3 is not set -# BR2_GDB_VERSION_6_4 is not set -BR2_GDB_VERSION_6_5=y -# BR2_GDB_VERSION_SNAPSHOT is not set -BR2_GDB_VERSION="6.5" +# BR2_PACKAGE_GDB_HOST is not set # # elf2flt |