Re: MIPS bootstrap problem in core-updates

2015-06-09 Thread Ludovic Courtès
Mark H Weaver skribis: > Mark H Weaver writes: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> This (lightly tested) patch may work: >>> >>> diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm >>> index ab16660..6dd4d55 100644 >>> --- a/gnu/packages/commencement.scm >>>

Re: MIPS bootstrap problem in core-updates

2015-06-08 Thread Mark H Weaver
Mark H Weaver writes: > l...@gnu.org (Ludovic Courtès) writes: > >> This (lightly tested) patch may work: >> >> diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm >> index ab16660..6dd4d55 100644 >> --- a/gnu/packages/commencement.scm >> +++ b/gnu/packages/commencement.scm

Re: MIPS bootstrap problem in core-updates

2015-06-08 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > This (lightly tested) patch may work: > > diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm > index ab16660..6dd4d55 100644 > --- a/gnu/packages/commencement.scm > +++ b/gnu/packages/commencement.scm > @@ -139,6 +139,19 @@ > (

Re: MIPS bootstrap problem in core-updates

2015-06-08 Thread Ludovic Courtès
Mark H Weaver skribis: > In core-updates, 'glibc-final-with-bootstrap-bash' fails to build on > MIPS, because 'gcc-boot0' doesn't work. The problem is that we've > switched to gcc-4.9, which on MIPS now emits a new ".nan" assembler > directive which is not understood by the assembler in binutils

MIPS bootstrap problem in core-updates

2015-06-07 Thread Mark H Weaver
In core-updates, 'glibc-final-with-bootstrap-bash' fails to build on MIPS, because 'gcc-boot0' doesn't work. The problem is that we've switched to gcc-4.9, which on MIPS now emits a new ".nan" assembler directive which is not understood by the assembler in binutils-2.23.2, the version in our binut