Message ID | 1405752728-18966-1-git-send-email-dev@codyps.com |
---|---|
State | Accepted |
Headers | show |
Cody, All, On 2014-07-19 02:52 -0400, Cody P Schafer spake thusly: > Also remove the unneeded select in 7.7 > > Signed-off-by: Cody P Schafer <dev@codyps.com> All three applied, thanks! Regards, Yann E. MORIN. > --- > config/debug/gdb.in | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/config/debug/gdb.in b/config/debug/gdb.in > index 9c345b6..35123a9 100644 > --- a/config/debug/gdb.in > +++ b/config/debug/gdb.in > @@ -33,10 +33,14 @@ choice > # Don't remove next line > # CT_INSERT_VERSION_BELOW > > +config GDB_V_7_7_1 > + bool > + prompt "7.7.1" > + select GDB_7_2_or_later > + > config GDB_V_7_7 > bool > prompt "7.7" > - select GDB_7_0_or_later > select GDB_7_2_or_later > > config GDB_V_7_6_1 > @@ -150,6 +154,7 @@ config GDB_VERSION > string > # Don't remove next line > # CT_INSERT_VERSION_STRING_BELOW > + default "7.7.1" if GDB_V_7_7_1 > default "7.7" if GDB_V_7_7 > default "7.6.1" if GDB_V_7_6_1 > default "linaro-7.6-2013.05" if GDB_V_linaro_7_6_2013_05 > -- > 2.0.2 > > > -- > For unsubscribe information see http://sourceware.org/lists.html#faq >
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 9c345b6..35123a9 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -33,10 +33,14 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_7_7_1 + bool + prompt "7.7.1" + select GDB_7_2_or_later + config GDB_V_7_7 bool prompt "7.7" - select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_7_6_1 @@ -150,6 +154,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "7.7.1" if GDB_V_7_7_1 default "7.7" if GDB_V_7_7 default "7.6.1" if GDB_V_7_6_1 default "linaro-7.6-2013.05" if GDB_V_linaro_7_6_2013_05
Also remove the unneeded select in 7.7 Signed-off-by: Cody P Schafer <dev@codyps.com> --- config/debug/gdb.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)