summaryrefslogtreecommitdiff
path: root/gcc/gcc-cross_3.3.3.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-08-04 15:44:22 +0000
committerChris Larson <clarson@kergoth.com>2004-08-04 15:44:22 +0000
commit44fcfdfb40a59045d2366bf6f2b33d66745b3dce (patch)
tree776c80c72b1d9730ea85cba2f44bd2d7bf76a5e6 /gcc/gcc-cross_3.3.3.oe
parentf3d3ad3e0017c6ca85349117e2fbd4d101b40e82 (diff)
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/projects/packages 2004/08/04 10:44:21-05:00 handhelds.org!kergoth Fix strip of libgcc_s.so. The shell code moved it into D/lib, yet attempted to strip it in a different location.. I don't see how this ever worked. BKrev: 41110456cH90ovr2TouYXq6m_LbAnQ
Diffstat (limited to 'gcc/gcc-cross_3.3.3.oe')
-rw-r--r--gcc/gcc-cross_3.3.3.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe
index 6131c30d37..8271745097 100644
--- a/gcc/gcc-cross_3.3.3.oe
+++ b/gcc/gcc-cross_3.3.3.oe
@@ -92,5 +92,5 @@ do_install () {
# the packaging.
${TARGET_PREFIX}strip ${D}/${TGT_LIBDIR}/libstdc++.so.*
${TARGET_PREFIX}strip ${D}/${TGT_LIBDIR}/libg2c.so.*
- ${TARGET_PREFIX}strip ${D}/libgcc_s.so.*
+ ${TARGET_PREFIX}strip ${D}/lib/libgcc_s.so.*
}