Commit 3aeaaf7
committed
Fix uClibc build
uClibc has switched to NPTL by default, which requires TLS, that is not
enabled by default in toolchain.This patch will make sure then when --tls is
not used, than NPTL will not be built. That is a temporary patch, as I think we
should replace --tls with --nptl to be more relevant, and we want to be ON
by default.
Signed-off-by: Anton Kolesov <[email protected]>1 parent b8e1e77 commit 3aeaaf7
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
341 | 344 | | |
342 | 345 | | |
343 | 346 | | |
| |||
444 | 447 | | |
445 | 448 | | |
446 | 449 | | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
447 | 453 | | |
448 | 454 | | |
449 | 455 | | |
| |||
0 commit comments