]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Backport fixes for musl ssp configuration
authorKhem Raj <raj.khem@gmail.com>
Mon, 28 Mar 2016 04:00:16 +0000 (04:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Mar 2016 22:19:45 +0000 (23:19 +0100)
commitb3f80743cd1b9a15a8ee4d20c2a54c2f6cbcd13c
treea3f97a4a35c6060a16474cb78b13f69b4e237a5a
parentd3867743e7028046454dc135efeefadfa382f463
gcc: Backport fixes for musl ssp configuration

We were trying to inject cached configure variables via
EXTRA_OECONF, but that was not working due to the fact
that gcc configure is called recursively via makefiles
and hence these were getting lost.

These backports from master fixes the problem by
defining the options in configure itself

dl_iterate_phdr is provided by musl as well, so lets
not depend on glibc defines like inhibit_libc alone

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-5.3.inc
meta/recipes-devtools/gcc/gcc-5.3/0056-Enable-libc-provide-ssp-and-gcc_cv_target_dl_iterate.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-5.3/0057-unwind-fix-for-musl.patch [new file with mode: 0644]