[Buildroot] svn commit: trunk/buildroot/toolchain/gdb

ulf at uclibc.org ulf at uclibc.org
Sun Jul 29 17:34:21 UTC 2007


Author: ulf
Date: 2007-07-29 10:34:20 -0700 (Sun, 29 Jul 2007)
New Revision: 19329

Log:
gdb config for AVR32

Modified:
   trunk/buildroot/toolchain/gdb/Config.in


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in	2007-07-29 17:32:21 UTC (rev 19328)
+++ trunk/buildroot/toolchain/gdb/Config.in	2007-07-29 17:34:20 UTC (rev 19329)
@@ -29,21 +29,26 @@
 
 	config BR2_GDB_VERSION_6_2_1
 		bool "gdb 6.2.1"
+		depends on !BR2_avr32
 
 	config BR2_GDB_VERSION_6_3
 		bool "gdb 6.3"
+		depends on !BR2_avr32
 
 	config BR2_GDB_VERSION_6_4
 		bool "gdb 6.4"
 
 	config BR2_GDB_VERSION_6_5
 		bool "gdb 6.5"
+		depends on !BR2_avr32
 
 	config BR2_GDB_VERSION_6_6
 		bool "gdb 6.6"
+		depends on !BR2_avr32
 
 	config BR2_GDB_VERSION_SNAPSHOT
 		bool "gdb snapshot"
+		depends on !BR2_avr32
 
 endchoice
 




More information about the buildroot mailing list