mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
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>
This commit is contained in:
parent
1fccc20314
commit
e9985f5d5f
@ -28,7 +28,7 @@ config BR2_PACKAGE_GDB_HOST
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "GDB debugger Version"
|
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_6_7_1_AVR32_2_1_5 if BR2_avr32
|
||||||
default BR2_GDB_VERSION_7_3
|
default BR2_GDB_VERSION_7_3
|
||||||
depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_HOST
|
depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_HOST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user