[Buildroot] Status of external toolchain support

Mark Fisher fobs12 at ymail.com
Thu May 13 12:29:21 UTC 2010


Yann E. MORIN <yann.morin.1998 at ...> writes:

> > If you need to tell buildroot the type of threading used (linuxthread 
> > old/new or nptl) then currently buildroot does not check that they match 
> > up, as I have an nptl toolchain but am unable to select that in 
> > buildroot so it is set to linuxthreads new, but I got no error.
> 
> Oh, I see what you mean:
> - the prompt for the threading model is wrong when dealing with external
>   toolchains: we only need to know if threads are supported or not
> - a check is missing to check coherency btw external toolchain threading
>   capabilties, and buildroot configuration.

I think the problem is that the file toolchain\Config.in.2 is configured to 
only allow BR2_THREADS_NATIVE (NPTL threading option) to be selected if uclibc 
was set to the latest snapshot. This was a change made in February. It seems 
like this selection should also be allowed if glibc is the C library.

> 
> Regards,
> Yann E. MORIN.
> 


Mark




More information about the buildroot mailing list