Message ID | 78f7773cb3b80fce09f9.1400535779@haus-VirtualBox |
---|---|
State | New |
Headers | show |
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
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"
# 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>' -- For unsubscribe information see http://sourceware.org/lists.html#faq