diff options
Diffstat (limited to 'gcc/gcc-cross_3.4.0.oe')
-rw-r--r-- | gcc/gcc-cross_3.4.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.4.0.oe b/gcc/gcc-cross_3.4.0.oe index 72cfb24100..493c66632b 100644 --- a/gcc/gcc-cross_3.4.0.oe +++ b/gcc/gcc-cross_3.4.0.oe @@ -88,6 +88,6 @@ 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.* } |