gdb: do not allow selection of non-avr32 versions on AVR32
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 14 Dec 2009 11:06:36 +0000 (12:06 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 14 Dec 2009 22:54:46 +0000 (23:54 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/gdb/Config.in

index 947cd1137c4643813da38ab23e11fe2950932c22..28606bab4171a279813096362ad0ea81908ca202 100644 (file)
@@ -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