[oe] [PATCH] gdb-common.inc: Fix build of gdb-cross-sdk on 64bit.

David Kozub zub at linux.fjfi.cvut.cz
Thu Jul 15 08:23:13 UTC 2010


Part of the issue was already tackled in
10fabfa670e4e49a9c9a025d94a87ef0d9c86cc0. Building on x86_64 produces
libiberty.a in lib64/ though.

Signed-off-by: David Kozub <zub at linux.fjfi.cvut.cz>
---
 recipes/gdb/gdb-common.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc
index c3eef69..62df498 100644
--- a/recipes/gdb/gdb-common.inc
+++ b/recipes/gdb/gdb-common.inc
@@ -32,6 +32,6 @@ do_install_append() {
 	# We use libiberty from binutils
 	rm -f ${D}${prefix}/${TARGET_SYS}/lib/libiberty.a
 	rm -f ${D}${libdir}/libiberty.a
-
+	rm -f ${D}${libdir}64/libiberty.a
 }
 
-- 
1.7.1





More information about the Openembedded-devel mailing list