[Buildroot] [PATCH 12/23] gdb: do not allow selection of non-avr32 versions on AVR32

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Dec 14 23:04:44 UTC 2009


Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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 947cd11..28606ba 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
-- 
1.6.3.3



More information about the buildroot mailing list