]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
gdb: fix version logic for bfin
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 23 Nov 2011 22:31:23 +0000 (23:31 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 23 Nov 2011 22:32:00 +0000 (23:32 +0100)
GDB should default to 6.6 on bfin, not on !bfin.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gdb/Config.in

index 8a02255304de0c206c62415ae22fbc39b0d7d44f..2a2844aab32de80cd7b0b5e8398951e69f1ccf67 100644 (file)
@@ -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