diff mbox

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

Message ID 8bedc1ab846a57568b07.1399584666@haus-VirtualBox
State New
Headers show

Commit Message

Daniel Zimmermann May 8, 2014, 9:31 p.m. UTC
# 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

for a canadian cross compilation we need to build the pass1 gcc.

Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>'


--
For unsubscribe information see http://sourceware.org/lists.html#faq

Comments

Yann E. MORIN May 10, 2014, 10:21 a.m. UTC | #1
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.
diff mbox

Patch

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
     help
       Build a canadian-toolchain.
       See: "docs/6 - Toolchain types.txt"