diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-30 17:18:25 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-30 17:19:59 +0200 |
commit | f220498f4b96c86b2d4ef7048f9c82f85c73d75c (patch) | |
tree | 14307b9a13979741e4b6b1e927bc1ffa91bc8da7 /toolchain/gdb/Config.in | |
parent | 8628082b83110acad71c27b79edd5f5345c405b0 (diff) | |
download | buildroot-novena-f220498f4b96c86b2d4ef7048f9c82f85c73d75c.tar.gz buildroot-novena-f220498f4b96c86b2d4ef7048f9c82f85c73d75c.zip |
get rid of broken nios2 support
Has been marked as broken for more than 1 year, with no indication
that anyone cares, and it needs a bunch of special handling.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 28606bab4..0e17ff673 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -27,12 +27,12 @@ choice config BR2_GDB_VERSION_6_4 bool "gdb 6.4" - depends on !BR2_avr32 && !BR2_nios2 + depends on !BR2_avr32 depends on BR2_DEPRECATED config BR2_GDB_VERSION_6_5 bool "gdb 6.5" - depends on !BR2_avr32 && !BR2_nios2 + depends on !BR2_avr32 depends on BR2_DEPRECATED config BR2_GDB_VERSION_6_6 |