diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-14 12:06:36 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-14 23:54:46 +0100 |
commit | 45e93c575095c4a883e3424c73314ba7835992df (patch) | |
tree | 742baadc8340a090bd914be4096e3cc716f6c3ff /toolchain | |
parent | de6dbcf858d4fb5fa0c3b67140ac49639378bc72 (diff) | |
download | buildroot-novena-45e93c575095c4a883e3424c73314ba7835992df.tar.gz buildroot-novena-45e93c575095c4a883e3424c73314ba7835992df.zip |
gdb: do not allow selection of non-avr32 versions on AVR32
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 947cd1137..28606bab4 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -41,6 +41,7 @@ choice depends on BR2_DEPRECATED config BR2_GDB_VERSION_6_7_1 + depends on !BR2_avr32 bool "gdb 6.7.1" config BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 |