summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.25.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-11-20 11:40:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-11 22:02:59 +0000
commit3413d7ac24dafc9ead0247e532400fb9052444fe (patch)
tree185271f10346a3d4795cbbff3af4e166c07339e5 /meta/recipes-core/glibc/glibc_2.25.bb
parent2c03e1984af7b900bb335e7931f4c66744620f1a (diff)
downloadpoky-3413d7ac24dafc9ead0247e532400fb9052444fe.tar.gz
glibc_2.25: fix building for x86 with -Os (or -fno-omit-frame-pointer)
Glibc 2.25 fails to build for x86 when frame pointers are enabled (ie when optimised for size or when -fno-omit-frame-pointer is explicitly included in CFLAGS etc). Backport the upstream fix from glibc 2.26. https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=3b33d6ed6096c1d20d05a650b06026d673f7399a (From OE-Core rev: 81ba29c7b9c872d9a9c2efe5f9f8fe6a492af813) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.25.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.25.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.25.bb b/meta/recipes-core/glibc/glibc_2.25.bb
index cf9c4f71b8..0f1ec0c142 100644
--- a/meta/recipes-core/glibc/glibc_2.25.bb
+++ b/meta/recipes-core/glibc/glibc_2.25.bb
@@ -42,6 +42,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
42 file://0025-Define-DUMMY_LOCALE_T-if-not-defined.patch \ 42 file://0025-Define-DUMMY_LOCALE_T-if-not-defined.patch \
43 file://0026-elf-dl-deps.c-Make-_dl_build_local_scope-breadth-fir.patch \ 43 file://0026-elf-dl-deps.c-Make-_dl_build_local_scope-breadth-fir.patch \
44 file://0027-locale-fix-hard-coded-reference-to-gcc-E.patch \ 44 file://0027-locale-fix-hard-coded-reference-to-gcc-E.patch \
45 file://0028-Rework-fno-omit-frame-pointer-support-on-i386.patch \
45" 46"
46 47
47NATIVESDKFIXES ?= "" 48NATIVESDKFIXES ?= ""