uclibc: tweak debug opts
authorKoen Kooi <koen@openembedded.org>
Wed, 1 Oct 2008 09:31:32 +0000 (09:31 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 1 Oct 2008 09:31:32 +0000 (09:31 +0000)
packages/uclibc/uclibc-0.9.29/uClibc.distro
packages/uclibc/uclibc_0.9.29.bb

index af02b06..6a43c28 100644 (file)
@@ -130,11 +130,11 @@ UCLIBC_BUILD_NOEXECSTACK=y
 #
 CROSS_COMPILER_PREFIX=""
 UCLIBC_EXTRA_CFLAGS=""
-# DODEBUG is not set
-# DODEBUG_PT is not set
+DODEBUG=y
+DODEBUG_PT=y
 DOSTRIP=n
 # DOASSERTS is not set
-# SUPPORT_LD_DEBUG is not set
+SUPPORT_LD_DEBUG=y
 # SUPPORT_LD_DEBUG_EARLY is not set
 # UCLIBC_MALLOC_DEBUGGING is not set
 WARNINGS="-Wall"
index 6431e3e..065f4f5 100644 (file)
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.29"
-PR = "r27"
+PR = "r28"
 DEFAULT_PREFERENCE = "1"
 
 require uclibc.inc