[PATCH] toolchain/build: for a canadian cross compilation we need to build the pass1 gcc

Yann E. MORIN yann.morin.1998@free.fr
Sat May 10 10:21:00 GMT 2014


Daniel, All,

On 2014-05-08 23:31 +0200, Daniel Zimmermann spake thusly:
> # HG changeset patch
> # User Daniel Zimmermann <netzimme@gmail.com>
> # Date 1399584665 -7200
> #      Thu May 08 23:31:05 2014 +0200
> # Node ID 8bedc1ab846a57568b076ef66440cd6ae512f2a7
> # Parent  80e46e644bc0c788084071bcf480c5fc5823bfab
> toolchain/build: for a canadian cross compilation we need to build the pass1 gcc

Here you say we need the pass-1 gcc...

> for a canadian cross compilation we need to build the pass1 gcc.
> 
> Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>'
> 
> diff -r 80e46e644bc0 -r 8bedc1ab846a config/toolchain.in
> --- a/config/toolchain.in	Wed May 07 18:40:48 2014 +0200
> +++ b/config/toolchain.in	Thu May 08 23:31:05 2014 +0200
> @@ -179,6 +179,7 @@
>  config CANADIAN
>      bool
>      prompt "Canadian"
> +    select CC_CORE_PASSES_NEEDED

... while here you select both passes.

I've recently added two new symbols to select either passes:
    CC_CORE_PASS_1_NEEDED
    CC_CORE_PASS_2_NEEDED

Do we really need only pass-1, or both passes?

>      help
>        Build a canadian-toolchain.
>        See: "docs/6 - Toolchain types.txt"

Regards,
Yann E. MORIN.

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



More information about the crossgcc mailing list