summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-28 21:26:57 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-28 21:26:57 (GMT)
commit666d8109257dda19674d77d46d9ea747e2752b18 (patch)
treedc03e3172a30e48e1132bc2150ebc10eceb85136 /config/debug
parent8344f4f1cc2a2491f779838195816093ef730ed1 (diff)
debug/gdb: fix Linaro version string
Last update missed updating the version string. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 9b2f66a..c593e82 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -79,7 +79,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "linaro-7.2-2011.02-0" if GDB_V_linaro_7_2_2011_02_0
+ default "linaro-7.2-2011.04-0" if GDB_V_linaro_7_2_2011_04_0
default "7.2" if GDB_V_7_2
default "7.1" if GDB_V_7_1
default "7.0.1" if GDB_V_7_0_1