summaryrefslogtreecommitdiff
path: root/recipes/eglibc/eglibc_svn.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-10-28 13:06:13 -0700
committerKhem Raj <raj.khem@gmail.com>2009-10-28 13:07:02 -0700
commitbd449d860fac2948f0d9109f1cdefd0d2d4a5200 (patch)
tree7b209003c5f0a440ab259b75f437e58da8fb00e3 /recipes/eglibc/eglibc_svn.bb
parent2715d18f8602baa82b43fc545926fb501394ed8e (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.bb1
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"