changeset 1254:9df779cde3e9

Tweak uClibc config to add __progname support and debuggable pthreads.
author Rob Landley <rob@landley.net>
date Wed, 29 Sep 2010 15:18:08 -0500
parents d4b251e78fc0
children 82d34e55552f
files sources/baseconfig-uClibc
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/baseconfig-uClibc	Sat Sep 25 14:10:23 2010 -0500
+++ b/sources/baseconfig-uClibc	Wed Sep 29 15:18:08 2010 -0500
@@ -24,6 +24,7 @@
 LDSO_RUNPATH=y
 UCLIBC_CTOR_DTOR=y
 LINUXTHREADS_OLD=y
+PTHREADS_DEBUG_SUPPORT=y
 UCLIBC_HAS_SYSLOG=y
 UCLIBC_HAS_LFS=y
 MALLOC_GLIBC_COMPAT=y
@@ -32,6 +33,8 @@
 UCLIBC_SUSV3_LEGACY_MACROS=y
 UCLIBC_SUSV4_LEGACY=y
 UCLIBC_HAS_SHADOW=y
+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
+UCLIBC_HAS___PROGNAME=y
 UCLIBC_HAS_PTY=y
 ASSUME_DEVPTS=y
 UNIX98PTY_ONLY=y
@@ -81,4 +84,3 @@
 UCLIBC_HAS_GNU_GLOB=y
 UCLIBC_BUILD_RELRO=y
 UCLIBC_BUILD_NOEXECSTACK=y
-UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y