[oe-commits] Phil Blundell : gcc-package-cross: tolerate absence of libstdc++

git version control git at git.openembedded.org
Thu Jun 11 13:45:47 UTC 2009


Module: openembedded.git
Branch: laibsch/wip
Commit: 7bde76df2e108a7ab597691cdb47b26fecc10cae
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7bde76df2e108a7ab597691cdb47b26fecc10cae

Author: Phil Blundell <philb at gnu.org>
Date:   Wed Jun 10 13:37:55 2009 +0100

gcc-package-cross: tolerate absence of libstdc++

---

 recipes/gcc/gcc-package-cross.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gcc/gcc-package-cross.inc b/recipes/gcc/gcc-package-cross.inc
index 77da3fe..fa1f47f 100644
--- a/recipes/gcc/gcc-package-cross.inc
+++ b/recipes/gcc/gcc-package-cross.inc
@@ -56,7 +56,7 @@ do_install () {
        # Manually run the target stripper since we won't get it run by
        # the packaging.
        if [ "x${OLD_INHIBIT_PACKAGE_STRIP}" != "x1" ]; then
-               ${TARGET_PREFIX}strip ${D}${target_libdir}/libstdc++.so.*
+               ${TARGET_PREFIX}strip ${D}${target_libdir}/libstdc++.so.* || true
                ${TARGET_PREFIX}strip ${D}${target_libdir}/libg2c.so.* || true
                ${TARGET_PREFIX}strip ${D}${target_base_libdir}/libgcc_s.so.* || true
                ${TARGET_PREFIX}strip ${D}${target_libdir}/libgfortran*.so* || true





More information about the Openembedded-commits mailing list