mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 17:07:43 +00:00
toolchain/gdb: Add GDB 7.0.1 and 7.1 support
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7548e5a707
commit
6ca43d88bc
2
CHANGES
2
CHANGES
@ -5,7 +5,7 @@
|
|||||||
Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
|
Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
|
||||||
2.6.33 kernel headers, binutils 2.20.1, removed broken nios2
|
2.6.33 kernel headers, binutils 2.20.1, removed broken nios2
|
||||||
support, ppc e300cX/e500mc support, improved external
|
support, ppc e300cX/e500mc support, improved external
|
||||||
toolchain support.
|
toolchain support, GDB 7.x support.
|
||||||
|
|
||||||
X.org updated to 7.5.
|
X.org updated to 7.5.
|
||||||
|
|
||||||
|
@ -56,6 +56,14 @@ choice
|
|||||||
bool "gdb 6.8"
|
bool "gdb 6.8"
|
||||||
depends on !BR2_avr32
|
depends on !BR2_avr32
|
||||||
|
|
||||||
|
config BR2_GDB_VERSION_7_0_1
|
||||||
|
bool "gdb 7.0.1"
|
||||||
|
select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE
|
||||||
|
|
||||||
|
config BR2_GDB_VERSION_7_1
|
||||||
|
bool "gdb 7.1"
|
||||||
|
select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_GDB_VERSION
|
config BR2_GDB_VERSION
|
||||||
@ -66,3 +74,5 @@ config BR2_GDB_VERSION
|
|||||||
default "6.7.1" if BR2_GDB_VERSION_6_7_1
|
default "6.7.1" if BR2_GDB_VERSION_6_7_1
|
||||||
default "6.7.1-avr32-2.1.5" if BR2_GDB_VERSION_6_7_1_AVR32_2_1_5
|
default "6.7.1-avr32-2.1.5" if BR2_GDB_VERSION_6_7_1_AVR32_2_1_5
|
||||||
default "6.8" if BR2_GDB_VERSION_6_8
|
default "6.8" if BR2_GDB_VERSION_6_8
|
||||||
|
default "7.0.1" if BR2_GDB_VERSION_7_0_1
|
||||||
|
default "7.1" if BR2_GDB_VERSION_7_1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user