diff options
-rw-r--r-- | packages/glibc/glibc_2.3.5+cvs20050627.bb | 5 | ||||
-rw-r--r-- | site/sh3-linux | 4 |
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} |