This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See crosstool-NG for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
# HG changeset patch # User Bryan Hundven <bryanhundven@gmail.com> # Date 1341286266 25200 # Node ID c917c398e95919856980a6ef32c23bfa055deb9b # Parent 37ff10f5a6c8c6700e2b840dda771e1434adc85f debug/gdb: Add gdb 7.3.1, 7.4, and 7.4.1 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> diff -r 37ff10f5a6c8 -r c917c398e959 config/debug/gdb.in --- a/config/debug/gdb.in Mon Jul 02 20:23:24 2012 -0700 +++ b/config/debug/gdb.in Mon Jul 02 20:31:06 2012 -0700 @@ -41,6 +41,20 @@ select GDB_7_0_or_later select GDB_7_2_or_later +config GDB_V_7_4_1 + bool + prompt "7.4.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select GDB_7_0_or_later + select GDB_7_2_or_later + +config GDB_V_7_4 + bool + prompt "7.4 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select GDB_7_0_or_later + select GDB_7_2_or_later + config GDB_V_linaro_7_3_2011_12 bool prompt "linaro-7.3-2011.12 (EXPERIMENTAL)" @@ -48,6 +62,13 @@ select GDB_7_0_or_later select GDB_7_2_or_later +config GDB_V_7_3_1 + bool + prompt "7.3.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select GDB_7_0_or_later + select GDB_7_2_or_later + config GDB_V_7_3a bool prompt "7.3a (EXPERIMENTAL)" @@ -112,7 +133,10 @@ # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "linaro-7.4-2012.06" if GDB_V_linaro_7_4_2012_06 + default "7.4.1" if GDB_V_7_4_1 + default "7.4" if GDB_V_7_4 default "linaro-7.3-2011.12" if GDB_V_linaro_7_3_2011_12 + default "7.3.1" if GDB_V_7_3_1 default "7.3a" if GDB_V_7_3a default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_0 default "7.2a" if GDB_V_7_2a -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |