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] toolchain/build: for a canadian cross compilation we need to build the pass1 gcc


Hello

Yes only the pass-1 gcc is needed. I have test it with my
configuration and have send a new patch.

Greetings
Daniel Zimmermann

2014-05-19 23:42 GMT+02:00 Daniel Zimmermann <netzimme@gmail.com>:
> # HG changeset patch
> # User Daniel Zimmermann <netzimme@gmail.com>
> # Date 1400535778 -7200
> #      Mon May 19 23:42:58 2014 +0200
> # Node ID 78f7773cb3b80fce09f9c5505ff65264b38670d5
> # Parent  99029fac116b6cdd86de7015379dd765af77c116
> 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>'
>
> diff -r 99029fac116b -r 78f7773cb3b8 config/toolchain.in
> --- a/config/toolchain.in       Mon May 12 00:09:31 2014 +0200
> +++ b/config/toolchain.in       Mon May 19 23:42:58 2014 +0200
> @@ -179,6 +179,7 @@
>  config CANADIAN
>      bool
>      prompt "Canadian"
> +    select CC_CORE_PASS_1_NEEDED
>      help
>        Build a canadian-toolchain.
>        See: "docs/6 - Toolchain types.txt"

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