This series bring musl to tip of tree.
backports gcc fixes to fix libssp detection on musl
as well as unwinding
64bit musl targets e.g. mips64 did not define sitefiles
correctly, as a result applications were failing to compile
e.g. python-pygobject was getting incorrect sizeof ssize_t

Khem Raj (3):
  musl: Update to tip
  siteinfo: Fix musl 64bit targets
  gcc: Backport fixes for musl ssp configuration

 meta/classes/siteinfo.bbclass                      |  7 +-
 meta/recipes-core/musl/musl.inc                    |  2 +-
 meta/recipes-core/musl/musl_git.bb                 |  2 +-
 meta/recipes-devtools/gcc/gcc-5.3.inc              |  3 +-
 ...-provide-ssp-and-gcc_cv_target_dl_iterate.patch | 85 ++++++++++++++++++++++
 .../gcc/gcc-5.3/0057-unwind-fix-for-musl.patch     | 42 +++++++++++
 6 files changed, 136 insertions(+), 5 deletions(-)
 create mode 100644 
meta/recipes-devtools/gcc/gcc-5.3/0056-Enable-libc-provide-ssp-and-gcc_cv_target_dl_iterate.patch
 create mode 100644 
meta/recipes-devtools/gcc/gcc-5.3/0057-unwind-fix-for-musl.patch

-- 
1.8.3.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to