diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-09-30 08:50:17 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-09-30 12:33:56 +0100 |
commit | 7a0374933640c35ded6053b086f5eb42f9afc938 (patch) | |
tree | f70e3490ea8c777f4dc6861cf761f1d44d0c3d1d /recipes/glibc | |
parent | cfdba342d167414279e5e246dfc32f1dfc5652f2 (diff) |
glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patch
This is required to get glibc 2.9 to build on arm oabi. eglibc already
includes this patch and the patch is already in OE
Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/glibc')
-rw-r--r-- | recipes/glibc/glibc_2.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb index c3ebc167aa..56a6ff8d47 100644 --- a/recipes/glibc/glibc_2.9.bb +++ b/recipes/glibc/glibc_2.9.bb @@ -64,6 +64,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \ file://march-i686.patch;patch=1;pnum=0 \ file://tls_i486.patch;patch=1 \ file://glibc-2.9-use-_begin.patch;patch=1 \ + file://arm-lowlevellock-include-tls.patch;patch=1 \ " # Build fails on sh3 and sh4 without additional patches |