diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-05 16:58:55 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-05 16:58:55 +0200 |
commit | 228bde4dbe81254785ffa9986c81c79f5567c241 (patch) | |
tree | f380890cf377250623f6a60f1f28b18c48f1b9c2 /toolchain/gdb | |
parent | e23d0d7dd25dcd7cfcee171a2ffd3348b75afa3e (diff) | |
download | buildroot-novena-228bde4dbe81254785ffa9986c81c79f5567c241.tar.gz buildroot-novena-228bde4dbe81254785ffa9986c81c79f5567c241.zip |
gdb: add 7.2a version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index a5dc71c1f..e593698d2 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -57,6 +57,11 @@ choice depends on !BR2_bfin select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE + config BR2_GDB_VERSION_7_2 + bool "gdb 7.2.x" + depends on !BR2_bfin + select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE + config BR2_GDB_VERSION_7_3 bool "gdb 7.3.x" depends on !BR2_bfin @@ -71,4 +76,5 @@ config BR2_GDB_VERSION default "6.8a" if BR2_GDB_VERSION_6_8 default "7.0.1a" if BR2_GDB_VERSION_7_0_1 default "7.1a" if BR2_GDB_VERSION_7_1 + default "7.2a" if BR2_GDB_VERSION_7_2 default "7.3.1" if BR2_GDB_VERSION_7_3 |