This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ 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] |
Remy, Bart, All, On Friday 09 April 2010 21:04:22 Remy Bohmer wrote: > Previous addition of the canadian cross compiler did not allow > to build a baremetal only variant, no reason why this is not > allowed > > Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> > --- > scripts/build/cc/gcc.sh | 29 ++++++++++------------------- > 1 file changed, 10 insertions(+), 19 deletions(-) > > Index: crosstool-ng/scripts/build/cc/gcc.sh > =================================================================== > --- crosstool-ng.orig/scripts/build/cc/gcc.sh > +++ crosstool-ng/scripts/build/cc/gcc.sh [--SNIP--] > @@ -233,11 +229,6 @@ do_cc_core() { > install_rules="install-gcc" > fi # ! build libgcc > > - if [ "${CT_CANADIAN}" = "y" ]; then > - CT_DoLog EXTRA "Building libiberty" > - CT_DoExecLog ALL make ${PARALLELMFLAGS} all-build-libiberty > - fi > - This chunk seems unrelated. > CT_DoLog EXTRA "Building ${mode} core C compiler" > CT_DoExecLog ALL make ${PARALLELMFLAGS} ${build_rules} Looks good. 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
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |