All of lore.kernel.org
 help / color / mirror / Atom feed
* [2011.03-maintenance] gcc-package-target: fix for gcc 4.3.x
@ 2011-07-28  9:10 Koen Kooi
  2011-07-28 11:06 ` Steffen Sledz
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2011-07-28  9:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 recipes/gcc/gcc-package-target.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gcc/gcc-package-target.inc b/recipes/gcc/gcc-package-target.inc
index 33567da..7d3f4ae 100644
--- a/recipes/gcc/gcc-package-target.inc
+++ b/recipes/gcc/gcc-package-target.inc
@@ -171,5 +171,5 @@ GROUP ( libgcc_s.so.1 libgcc.a )" > ${D}${libdir}/libgcc_s.so
 	rm -rf ${D}${includedir}/c++/${BINV}/${TARGET_SYS}/bits/*.gch
 	# move the gdb python helpers to gdb auto-load directory
 	install -d ${D}${datadir}/gdb/auto-load/${libdir}
-	mv ${D}${libdir}/libstdc++.so.*-gdb.py* ${D}${datadir}/gdb/auto-load${libdir}
+	mv ${D}${libdir}/libstdc++.so.*-gdb.py* ${D}${datadir}/gdb/auto-load${libdir} || true
 }
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-29 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-28  9:10 [2011.03-maintenance] gcc-package-target: fix for gcc 4.3.x Koen Kooi
2011-07-28 11:06 ` Steffen Sledz
2011-07-29 21:20   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.