From 8d0d6b946b90e54a50434dd077834be065b619d7 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 9 May 2006 19:54:05 +0000 Subject: glibc 2.3.5-20050627: fix glibc build for superh archs - close #954 --- packages/glibc/glibc_2.3.5+cvs20050627.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/glibc') diff --git a/packages/glibc/glibc_2.3.5+cvs20050627.bb b/packages/glibc/glibc_2.3.5+cvs20050627.bb index c8f1d56841..d009f2714c 100644 --- a/packages/glibc/glibc_2.3.5+cvs20050627.bb +++ b/packages/glibc/glibc_2.3.5+cvs20050627.bb @@ -84,6 +84,11 @@ do_munge() { # Integrate ports into tree mv ${WORKDIR}/ports ${S} + # Need to copy some extra folder content for sh arch. - OE bug #954 + case ${TARGET_ARCH} in + sh*) cp ${WORKDIR}/libc/sysdeps/sh/${TARGET_ARCH}/*.S ${WORKDIR}/libc/sysdeps/sh;; + esac + # http://www.handhelds.org/hypermail/oe/51/5135.html # Some files were moved around between directories on # 2005-12-21, which means that any attempt to check out -- cgit 1.2.3-korg