summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-package-cross.inc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-12-09 13:36:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-09 13:36:31 +0000
commit1f4620eaaf780152832daa13140a957b27c2a664 (patch)
tree8c783ce7a492e820c93c8a8a94912824f6c3df42 /packages/gcc/gcc-package-cross.inc
parente8e3bcf57fe894ffe203127fcaa95e5b50f10dc1 (diff)
packages/gcc/gcc-package-cross.inc:
Apply patch from Andreas Oberritter to use the right path for libgcc_s.so.* when striping.
Diffstat (limited to 'packages/gcc/gcc-package-cross.inc')
-rw-r--r--packages/gcc/gcc-package-cross.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-package-cross.inc b/packages/gcc/gcc-package-cross.inc
index 56299b5157..4b1f8f68e8 100644
--- a/packages/gcc/gcc-package-cross.inc
+++ b/packages/gcc/gcc-package-cross.inc
@@ -72,6 +72,6 @@ do_install () {
if [ "x${OLD_INHIBIT_PACKAGE_STRIP}" != "x1" ]; then
${TARGET_PREFIX}strip ${D}${target_libdir}/libstdc++.so.*
${TARGET_PREFIX}strip ${D}${target_libdir}/libg2c.so.*
- ${TARGET_PREFIX}strip ${D}${base_libdir}/libgcc_s.so.*
+ ${TARGET_PREFIX}strip ${D}${target_base_libdir}/libgcc_s.so.*
fi
}