summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-11 16:49:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-11 16:49:14 +0000
commit01863d57ffb035ad0cc64aa273d6a13d28bae787 (patch)
treeb39b948968c861a1f5ddb6e980f26261392381de
parent8c23f19e75f16952608b1eaf9127823807a24bcf (diff)
parent563dc7a4e0cced9d519412e28db9ac3d686f1c3a (diff)
merge of 20d82b867694bc656456a80553cb61e3496c6971
and 3218f01f2326060a12ef6708b1b8a120b220d5a9
-rw-r--r--packages/glibc/glibc_2.3.5+cvs20050627.bb5
-rw-r--r--site/sh3-linux4
2 files changed, 0 insertions, 9 deletions
diff --git a/packages/glibc/glibc_2.3.5+cvs20050627.bb b/packages/glibc/glibc_2.3.5+cvs20050627.bb
index d009f2714c..c8f1d56841 100644
--- a/packages/glibc/glibc_2.3.5+cvs20050627.bb
+++ b/packages/glibc/glibc_2.3.5+cvs20050627.bb
@@ -84,11 +84,6 @@ 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
diff --git a/site/sh3-linux b/site/sh3-linux
index 8e0b89812d..bc22056da9 100644
--- a/site/sh3-linux
+++ b/site/sh3-linux
@@ -33,10 +33,6 @@ ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
-
-# strace
-ac_cv_host=${ac_cv_host=sh-pc-linux-gnu}
-
# apache
ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
apr_cv_process_shared_works=${apr_cv_process_shared_works=no}