]> code.ossystems Code Review - openembedded-core.git/commit
glibc_2.25: fix building for x86 with -Os (or -fno-omit-frame-pointer)
authorAndre McCurdy <armccurdy@gmail.com>
Mon, 20 Nov 2017 19:40:30 +0000 (11:40 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Dec 2017 22:01:57 +0000 (22:01 +0000)
commit81ba29c7b9c872d9a9c2efe5f9f8fe6a492af813
tree841d39186a56e585457be1b681bfa6454605041f
parentbdf87b453867d2f74d97c0a7e0f71902a47b11fb
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

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
meta/recipes-core/glibc/glibc/0028-Rework-fno-omit-frame-pointer-support-on-i386.patch [new file with mode: 0644]
meta/recipes-core/glibc/glibc_2.25.bb