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]

Re: [PATCH] Simplify the GDB dependency logic


Cody, All,

On 2014-05-09 19:08 -0700, Cody Schafer spake thusly:
> # HG changeset patch
> # User Cody Schafer <dev@codyps.com>
> # Date 1399687680 25200
> #      Fri May 09 19:08:00 2014 -0700
> # Node ID 1d9659fcf6a9c7694ad2c246af12054cb7157fe0
> # Parent  790f8c40b95d478d50de5f440988097cf4ec31ec
> Simplify the GDB dependency logic

You forgot to add your SoB line on this patch (and the following ones.
(your first patch has it, however, so I've applied it.)

Care to either resend with your SoB line added, or just reply to each
message with your SoB line, please?

Thanks!

Regards,
Yann E. MORIN.

> diff --git a/config/debug/gdb.in b/config/debug/gdb.in
> --- a/config/debug/gdb.in
> +++ b/config/debug/gdb.in
> @@ -42,78 +42,66 @@
>  config GDB_V_7_6_1
>      bool
>      prompt "7.6.1"
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_linaro_7_6_2013_05
>      bool
>      prompt "linaro-7.6-2013.05"
>      depends on DEBUG_GDB_SHOW_LINARO
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_7_5_1
>      bool
>      prompt "7.5.1"
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_linaro_7_5_2012_12_1
>      bool
>      prompt "linaro-7.5-2012.12-1"
>      depends on DEBUG_GDB_SHOW_LINARO
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_linaro_7_4_2012_06
>      bool
>      prompt "linaro-7.4-2012.06"
>      depends on DEBUG_GDB_SHOW_LINARO
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_7_4_1
>      bool
>      prompt "7.4.1"
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_7_4
>      bool
>      prompt "7.4"
> -    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"
>      depends on DEBUG_GDB_SHOW_LINARO
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_7_3_1
>      bool
>      prompt "7.3.1"
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_7_3a
>      bool
>      prompt "7.3a"
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_linaro_7_2_2011_05_0
>      bool
>      prompt "linaro-7.2-2011.05-0"
>      depends on DEBUG_GDB_SHOW_LINARO
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_7_2a
>      bool
>      prompt "7.2a"
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  config GDB_V_7_1a
> @@ -139,13 +127,13 @@
>      bool
>      prompt "Custom gdb"
>      depends on EXPERIMENTAL
> -    select GDB_7_0_or_later
>      select GDB_7_2_or_later
>  
>  endchoice
>  
>  config GDB_7_2_or_later
>      bool
> +    select GDB_7_0_or_later
>  
>  config GDB_7_0_or_later
>      bool
> 
> 
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
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]