summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-12-14 16:20:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-14 16:20:18 +0000
commit199603650e80eadf536e377dcef4b9ea6bc5651f (patch)
treec697ee7e10853f68c154bd77ffd42173ad089fa0
parent786189fd62530deece28b5b008933e7dea763538 (diff)
parent1f4620eaaf780152832daa13140a957b27c2a664 (diff)
merge of 4648f865a842cefe397db73feeab9f094661b71c
and 95588e59115518a149f9b537e1682e031b795891
-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
}