[Buildroot] [Bug 8766] Compiling host-gcc-final-4.9.3 broken on i386

bugzilla at busybox.net bugzilla at busybox.net
Sun Mar 6 12:51:15 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=8766

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni at free-electrons.com> ---
Thanks Bernd for the report. This is an issue you already reported in the past,
I found your previous report and some related discussion at
https://patchwork.ozlabs.org/patch/484002/.

Basically, as I understand it, the problem is that uClibc-ng only offers the
NPTL thread implementation for x86. But since i386 does not have the necessary
instructions to implement NPTL, we only offer the "none" thread implementation,
which explains why <pthread.h> is missing.

So I think there are really two questions here:

 1/ Is it correct that uClibc-ng provides no thread implementation at all for
i386. This is something to discuss with Waldemar.

 2/ Are we also seeing this <pthread.h> missing problem when building with no
threads on i486+. If we also have this problem, then I don't see how the "none"
thread implementation can still be useful.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list