diff -r a6c68712024f -r e9a326ae9369 scripts/build/libc/uClibc.sh --- a/scripts/build/libc/uClibc.sh Sun Nov 20 21:08:27 2011 +0100 +++ b/scripts/build/libc/uClibc.sh Fri Feb 24 16:08:32 2012 +0100 @@ -528,6 +528,16 @@ 2) cat <<-ENDSED s/^# DODEBUG is not set.*/DODEBUG=y/ + s/^DODEBUG_PT=y/# DODEBUG_PT is not set/ + s/^# DOASSERTS is not set.*/DOASSERTS=y/ + s/^# SUPPORT_LD_DEBUG is not set.*/SUPPORT_LD_DEBUG=y/ + s/^SUPPORT_LD_DEBUG_EARLY=y/# SUPPORT_LD_DEBUG_EARLY is not set/ + s/^# UCLIBC_MALLOC_DEBUGGING is not set/UCLIBC_MALLOC_DEBUGGING=y/ + ENDSED + ;; + 3) + cat <<-ENDSED + s/^# DODEBUG is not set.*/DODEBUG=y/ s/^# DODEBUG_PT is not set.*/DODEBUG_PT=y/ s/^# DOASSERTS is not set.*/DOASSERTS=y/ s/^# SUPPORT_LD_DEBUG is not set.*/SUPPORT_LD_DEBUG=y/