diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-14 01:12:26 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-14 01:12:26 +0000 |
commit | b0a6e92f31355dffd1515d9399d100289ebbce25 (patch) | |
tree | 1853c9fd6300c9418dfa858e7d6fba16c6b9cd6d /meta/packages | |
parent | 89213d9bd144f345135751c7c0ea19020f5832e3 (diff) | |
download | poky-b0a6e92f31355dffd1515d9399d100289ebbce25.tar.gz |
uclibc.distro: Disable stripping since it interferes with -dbg packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3794 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/uclibc/uclibc-0.9.29/uClibc.distro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/uclibc/uclibc-0.9.29/uClibc.distro b/meta/packages/uclibc/uclibc-0.9.29/uClibc.distro index b326ff03b5..ec9424d5a2 100644 --- a/meta/packages/uclibc/uclibc-0.9.29/uClibc.distro +++ b/meta/packages/uclibc/uclibc-0.9.29/uClibc.distro | |||
@@ -132,7 +132,7 @@ CROSS_COMPILER_PREFIX="" | |||
132 | UCLIBC_EXTRA_CFLAGS="" | 132 | UCLIBC_EXTRA_CFLAGS="" |
133 | # DODEBUG is not set | 133 | # DODEBUG is not set |
134 | # DODEBUG_PT is not set | 134 | # DODEBUG_PT is not set |
135 | DOSTRIP=y | 135 | # DOSTRIP is not set |
136 | # DOASSERTS is not set | 136 | # DOASSERTS is not set |
137 | # SUPPORT_LD_DEBUG is not set | 137 | # SUPPORT_LD_DEBUG is not set |
138 | # SUPPORT_LD_DEBUG_EARLY is not set | 138 | # SUPPORT_LD_DEBUG_EARLY is not set |