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
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
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.