[git commit nptl] nptl: make build depend directly on nptl headers

Austin Foxley austinf at cetoncorp.com
Fri Dec 11 18:02:51 UTC 2009


On 12/11/2009 05:18 AM, Carmelo AMOROSO wrote:
> As you can see, it is using the cross-gcc because it wants to satisfy the nptl headers target.
> Now, when we are building a toolchain from scratch, we just need only some headers for which
> we don't need the cross-compiler (this was correctly working previously) to build the gcc bootstrap.
> Whit this change, it won't work any more.
>
> Are you sure this change what you wanted to do ?

I guess not. The goal was to get rid of the fake make targets and just 
depend on the headers directly, but this won't work because we do need 
the cross-compiler to generate that .s file. I'm going to revert that 
commit now.

-Austin


More information about the uClibc-cvs mailing list