diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-28 23:26:57 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-28 23:26:57 +0200 |
commit | 666d8109257dda19674d77d46d9ea747e2752b18 (patch) | |
tree | dc03e3172a30e48e1132bc2150ebc10eceb85136 /config/debug/gdb.in | |
parent | 8344f4f1cc2a2491f779838195816093ef730ed1 (diff) | |
download | crosstool-ng-666d8109257dda19674d77d46d9ea747e2752b18.tar.gz crosstool-ng-666d8109257dda19674d77d46d9ea747e2752b18.tar.bz2 crosstool-ng-666d8109257dda19674d77d46d9ea747e2752b18.zip |
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/gdb.in')
-rw-r--r-- | config/debug/gdb.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 9b2f66a2..c593e82c 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 |