diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-28 13:06:13 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-28 13:07:02 -0700 |
commit | bd449d860fac2948f0d9109f1cdefd0d2d4a5200 (patch) | |
tree | 7b209003c5f0a440ab259b75f437e58da8fb00e3 /recipes/eglibc/eglibc_svn.bb | |
parent | 2715d18f8602baa82b43fc545926fb501394ed8e (diff) |
eglibc: Forward port armv4t-interworking patch
* This patch is needed to support armv4t targets.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc_svn.bb')
-rw-r--r-- | recipes/eglibc/eglibc_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/eglibc/eglibc_svn.bb b/recipes/eglibc/eglibc_svn.bb index f652c61b96..1988350e6b 100644 --- a/recipes/eglibc/eglibc_svn.bb +++ b/recipes/eglibc/eglibc_svn.bb @@ -9,6 +9,7 @@ PR = "${INC_PR}.1" EGLIBC_BRANCH="trunk" SRC_URI = "svn://svn.eglibc.org;module=trunk \ file://eglibc-svn-arm-lowlevellock-include-tls.patch;patch=1 \ + file://armv4t-interworking.patch;patch=1 \ file://etc/ld.so.conf \ file://generate-supported.mk" S = "${WORKDIR}/${EGLIBC_BRANCH}/libc" |