changeset 1703:828d2e318e26 draft

David Halls pointed out we're not actually enabling Thread Local Storage support in the uClibc baseconfig, so do that.
author Rob Landley <rob@landley.net>
date Mon, 27 Oct 2014 22:00:11 -0500
parents 1829b36abc97
children 3675adfb4e36
files sources/baseconfig-uClibc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/baseconfig-uClibc	Mon Oct 27 17:02:14 2014 -0500
+++ b/sources/baseconfig-uClibc	Mon Oct 27 22:00:11 2014 -0500
@@ -30,6 +30,7 @@
 LDSO_LD_LIBRARY_PATH=y
 UCLIBC_CTOR_DTOR=y
 UCLIBC_HAS_THREADS_NATIVE=y
+UCLIBC_HAS_TLS=y
 UCLIBC_HAS_SYSLOG=y
 UCLIBC_HAS_LFS=y
 MALLOC_GLIBC_COMPAT=y