aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-package-sdk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-package-sdk.inc')
-rw-r--r--recipes/gcc/gcc-package-sdk.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-package-sdk.inc b/recipes/gcc/gcc-package-sdk.inc
index 014897a52d..1b6529f99b 100644
--- a/recipes/gcc/gcc-package-sdk.inc
+++ b/recipes/gcc/gcc-package-sdk.inc
@@ -56,9 +56,9 @@ do_install () {
# the packaging.
if [ "x${OLD_PACKAGE_STRIP}" != "xno" ]; then
for soFile in ${D}${prefix}/${TARGET_SYS}/lib/libstdc++.so.* ${D}${prefix}/${TARGET_SYS}/lib/libg2c.so.* ${D}${prefix}/${TARGET_SYS}/lib/libgcc_s.so.*; do
- if echo ${soFile} | grep '.py$' ; then
+ if echo ${soFile} | grep '.py$' ; then
echo "Not stripping .py file ${soFile}"
- elif echo ${soFile} | grep '*' ; then
+ elif echo ${soFile} | grep '*' ; then
echo "Not stripping non-existent mask ${soFile}"
else
${TARGET_PREFIX}strip ${soFile}