scripts/build/libc/uClibc.sh
changeset 2951 e9a326ae9369
parent 2777 a6c68712024f
child 3099 79169596cfc9
     1.1 --- a/scripts/build/libc/uClibc.sh	Sun Nov 20 21:08:27 2011 +0100
     1.2 +++ b/scripts/build/libc/uClibc.sh	Fri Feb 24 16:08:32 2012 +0100
     1.3 @@ -528,6 +528,16 @@
     1.4        2)
     1.5          cat <<-ENDSED
     1.6  			s/^# DODEBUG is not set.*/DODEBUG=y/
     1.7 +			s/^DODEBUG_PT=y/# DODEBUG_PT is not set/
     1.8 +			s/^# DOASSERTS is not set.*/DOASSERTS=y/
     1.9 +			s/^# SUPPORT_LD_DEBUG is not set.*/SUPPORT_LD_DEBUG=y/
    1.10 +			s/^SUPPORT_LD_DEBUG_EARLY=y/# SUPPORT_LD_DEBUG_EARLY is not set/
    1.11 +			s/^# UCLIBC_MALLOC_DEBUGGING is not set/UCLIBC_MALLOC_DEBUGGING=y/
    1.12 +			ENDSED
    1.13 +        ;;
    1.14 +      3)
    1.15 +        cat <<-ENDSED
    1.16 +			s/^# DODEBUG is not set.*/DODEBUG=y/
    1.17  			s/^# DODEBUG_PT is not set.*/DODEBUG_PT=y/
    1.18  			s/^# DOASSERTS is not set.*/DOASSERTS=y/
    1.19  			s/^# SUPPORT_LD_DEBUG is not set.*/SUPPORT_LD_DEBUG=y/