summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorPeter Korsgaard2011-11-23 23:31:23 +0100
committerPeter Korsgaard2011-11-23 23:32:00 +0100
commite9985f5d5fb10d3441479bc2b89dfec862fe1d85 (patch)
treefeb97469d7c4646652bc732edc6eaf070fdc56a5 /toolchain/gdb
parentrsyslog: only install S01rsyslog if not present in fs skeleton (diff)
downloadbuildroot-e9985f5d5fb10d3441479bc2b89dfec862fe1d85.tar.gz
buildroot-e9985f5d5fb10d3441479bc2b89dfec862fe1d85.tar.xz
buildroot-e9985f5d5fb10d3441479bc2b89dfec862fe1d85.zip
gdb: fix version logic for bfin
GDB should default to 6.6 on bfin, not on !bfin. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 8a0225530..2a2844aab 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -28,7 +28,7 @@ config BR2_PACKAGE_GDB_HOST
choice
prompt "GDB debugger Version"
- default BR2_GDB_VERSION_6_6 if !BR2_bfin
+ default BR2_GDB_VERSION_6_6 if BR2_bfin
default BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 if BR2_avr32
default BR2_GDB_VERSION_7_3
depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_HOST