Re: [PATCH] Fix genmatch linking

2014-10-24 Thread Richard Biener
On Fri, 24 Oct 2014, Rainer Orth wrote: > Richard Biener writes: > > > Dominique reported that this fails for system libiconv but built libintl. > > > > Which might be fixed by the following. Does that still work for you? > > It does: an i386-pc-solaris2.10 bootstrap has finished by now and ma

Re: [PATCH] Fix genmatch linking

2014-10-24 Thread Rainer Orth
Richard Biener writes: > Dominique reported that this fails for system libiconv but built libintl. > > Which might be fixed by the following. Does that still work for you? It does: an i386-pc-solaris2.10 bootstrap has finished by now and make check is running. Rainer -- -

Re: [PATCH] Fix genmatch linking

2014-10-24 Thread Richard Biener
On Fri, 24 Oct 2014, Richard Biener wrote: > On Fri, 24 Oct 2014, Rainer Orth wrote: > > > Richard Biener writes: > > > > > On Thu, 23 Oct 2014, Richard Biener wrote: > > > > > >> > > >> Final try for today. > > > > > > And this may work as well and is slightly simpler. > > > > > > Index: gcc/

Re: [PATCH] Fix genmatch linking

2014-10-24 Thread Richard Biener
On Fri, 24 Oct 2014, Rainer Orth wrote: > Richard Biener writes: > > > On Thu, 23 Oct 2014, Richard Biener wrote: > > > >> > >> Final try for today. > > > > And this may work as well and is slightly simpler. > > > > Index: gcc/Makefile.in > >

Re: [PATCH] Fix genmatch linking

2014-10-24 Thread Richard Biener
On Thu, 23 Oct 2014, Richard Sandiford wrote: > Richard Biener writes: > > This adds a libcpp host module without NLS and ICONV support > > and properly links genmatch against the build libcpp instead of > > the host one. > > > > Bootstrap running on x86_64-unknown-linux-gnu (stage1 all-gcc > > f

Re: [PATCH] Fix genmatch linking

2014-10-24 Thread Rainer Orth
Richard Biener writes: > On Thu, 23 Oct 2014, Richard Biener wrote: > >> >> Final try for today. > > And this may work as well and is slightly simpler. > > Index: gcc/Makefile.in > === > --- gcc/Makefile.in (revision 216590) > +++

Re: [PATCH] Fix genmatch linking

2014-10-23 Thread Richard Sandiford
Richard Biener writes: > This adds a libcpp host module without NLS and ICONV support > and properly links genmatch against the build libcpp instead of > the host one. > > Bootstrap running on x86_64-unknown-linux-gnu (stage1 all-gcc > finished fine). > > Ok for trunk? > > Thanks, > Richard. > > 2

Re: [PATCH] Fix genmatch linking

2014-10-23 Thread Jakub Jelinek
On Thu, Oct 23, 2014 at 04:31:36PM +0200, Richard Biener wrote: > > Final try for today. > > Richard. > > Index: gcc/Makefile.in > === > --- gcc/Makefile.in (revision 216590) > +++ gcc/Makefile.in (working copy) > @@ -981,7 +981

Re: [PATCH] Fix genmatch linking

2014-10-23 Thread Richard Biener
On Thu, 23 Oct 2014, Richard Biener wrote: > > Final try for today. And this may work as well and is slightly simpler. Index: gcc/Makefile.in === --- gcc/Makefile.in (revision 216590) +++ gcc/Makefile.in (working copy) @@ -

Re: [PATCH] Fix genmatch linking

2014-10-23 Thread Richard Biener
Final try for today. Richard. Index: gcc/Makefile.in === --- gcc/Makefile.in (revision 216590) +++ gcc/Makefile.in (working copy) @@ -981,7 +981,15 @@ else LIBIBERTY = ../libiberty/libiberty.a BUILD_LIBIBERTY = $(build_lib

Re: [PATCH] Fix genmatch linking

2014-10-23 Thread Richard Biener
On Thu, 23 Oct 2014, Richard Biener wrote: > On Thu, 23 Oct 2014, Richard Biener wrote: > > > On Thu, 23 Oct 2014, Rainer Orth wrote: > > > > > Richard Biener writes: > > > > > > > This adds a libcpp host module without NLS and ICONV support > > > > and properly links genmatch against the buil

Re: [PATCH] Fix genmatch linking

2014-10-23 Thread Richard Biener
On Thu, 23 Oct 2014, Richard Biener wrote: > On Thu, 23 Oct 2014, Rainer Orth wrote: > > > Richard Biener writes: > > > > > This adds a libcpp host module without NLS and ICONV support > > > and properly links genmatch against the build libcpp instead of > > > the host one. > > > > > > Bootstra

Re: [PATCH] Fix genmatch linking

2014-10-23 Thread Richard Biener
On Thu, 23 Oct 2014, Rainer Orth wrote: > Richard Biener writes: > > > This adds a libcpp host module without NLS and ICONV support > > and properly links genmatch against the build libcpp instead of > > the host one. > > > > Bootstrap running on x86_64-unknown-linux-gnu (stage1 all-gcc > > fini

Re: [PATCH] Fix genmatch linking

2014-10-23 Thread Rainer Orth
Richard Biener writes: > This adds a libcpp host module without NLS and ICONV support > and properly links genmatch against the build libcpp instead of > the host one. > > Bootstrap running on x86_64-unknown-linux-gnu (stage1 all-gcc > finished fine). Unfortunately, this doesn't work on i386-pc-

Re: [PATCH] Fix genmatch linking

2014-10-23 Thread Jakub Jelinek
On Thu, Oct 23, 2014 at 10:47:43AM +0200, Richard Biener wrote: > > This adds a libcpp host module without NLS and ICONV support > and properly links genmatch against the build libcpp instead of > the host one. > > Bootstrap running on x86_64-unknown-linux-gnu (stage1 all-gcc > finished fine). >