Re: cross-compilation, deprecated option and libgcc

2009-01-28 Thread Vincent R.
On Tue, 27 Jan 2009 09:16:10 +1100, Ben Elliston wrote: > On Mon, 2009-01-26 at 14:19 +0100, Vincent R. wrote: > >> 1) When I compile bootstrap gcc, I am using make all-gcc and make >> install-gcc and it seems it doesn't build libgcc anymore. > > I think that's correct; make all-gcc just builds

Re: cross-compilation, deprecated option and libgcc

2009-01-26 Thread Ben Elliston
On Mon, 2009-01-26 at 14:19 +0100, Vincent R. wrote: > 1) When I compile bootstrap gcc, I am using make all-gcc and make > install-gcc and it seems it doesn't build libgcc anymore. I think that's correct; make all-gcc just builds gcc these days. To build libgcc, you need to run make all-target-l

cross-compilation, deprecated option and libgcc

2009-01-26 Thread Vincent R.
Hi, I am still trying to generate a cross-compiler targeting wince-pe from trunk. Last time it seems nobody was able to answer so now I am going to ask simpler questions : 1) When I compile bootstrap gcc, I am using make all-gcc and make install-gcc and it seems it doesn't build libgcc anymore.