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] |
Hello All! On Wednesday 22 December 2010 23:59:49 Yann E. MORIN wrote: [--SNIP--] > TL;DR: > - canadian cross overhaul: > - need only for existing build->target cross-toolchain > - build the rest > - companion libraries; > - build our own, or rely entirely on up-to-date distros > - C library: > - simpler process, less steps > - reunite glibc and eglibc > - testing tree will be pushed shortly OK, here are the test trees (in addition to the already posted gold tree): - canadian cross: hg qclone http://ymorin.is-a-geek.org/hg/crosstool-ng/ct-ng.canadian/ - companion libraries: hg qclone http://ymorin.is-a-geek.org/hg/crosstool-ng/ct-ng.complibs/ - C library: hg qclone http://ymorin.is-a-geek.org/hg/crosstool-ng/ct-ng.libc-unite/ Please notice that to get the repos _with_ the MQ, one needs to use 'qclone' instead of 'clone'. Then you can look at the patch series. If you want to update the MQ: hg pop -a hg pull --mq -u hg qpush -a You may also need to update the main clone as well in the process: hg qpop -a hg pull -u hg pull --mq -u hg qpush -a Note that this is the first time I'm working with MQ in a repository, so bear with me. ;-) 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] |