diff options
author | Martin Dietze <martin@the-little-red-haired-girl.org> | 2009-05-23 13:14:20 +0200 |
---|---|---|
committer | md <md@freiheit.com> | 2009-05-27 21:50:56 +0200 |
commit | 362a06a51e682f8fd32b37b5269f9549e9cf0260 (patch) | |
tree | 624eb0f49e76a3a6c71678ca976a6c7d1e09036b /recipes/glibc/glibc_2.3.3.bb | |
parent | 7cab51e1cf00e7c6d132b0a23ceb5cb20bfb47a2 (diff) |
Patches to get glibc 2.3.2 and 2.3.3 compile for nylon * disable check of gcc version in configure script * add definition of macro _ABIO32 for mipsel architecture in sysdeps/mips/sgidefs.h * added missing ld.so.conf for above glibc versions
Diffstat (limited to 'recipes/glibc/glibc_2.3.3.bb')
-rw-r--r-- | recipes/glibc/glibc_2.3.3.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/glibc/glibc_2.3.3.bb b/recipes/glibc/glibc_2.3.3.bb index 05a8581957..dada4bb2fb 100644 --- a/recipes/glibc/glibc_2.3.3.bb +++ b/recipes/glibc/glibc_2.3.3.bb @@ -49,6 +49,11 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/glibc/glibc-${PV}.tar.gz \ file://etc/ld.so.conf \ file://generate-supported.mk" +SRC_URI_append_mtx-1 = " file://mips-abio32.patch;patch=1 \ + file://allow-gcc.patch;patch=1 " +SRC_URI_append_mtx-2 = " file://mips-abio32.patch;patch=1 \ + file://allow-gcc.patch;patch=1 " + S = "${WORKDIR}/glibc-${PV}" B = "${WORKDIR}/build-${TARGET_SYS}" |