]> code.ossystems Code Review - openembedded-core.git/commit
ppc/siteinfo: Fix differences between musl and glibc
authorKhem Raj <raj.khem@gmail.com>
Sat, 12 Mar 2022 19:18:22 +0000 (11:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2022 08:38:28 +0000 (08:38 +0000)
commit28cb148c1375ba242addba80b0f68e06d2a4d874
tree91d395ebb801d0260b6b10e30df4023df143def1
parentba418f93fc586bb708fdfade4195f7f3be2e273f
ppc/siteinfo: Fix differences between musl and glibc

There is a key difference between glibc and musl when it comes to
ppc/ppc64 and that is that musl does not support 128-bit long IBM doubles format
it only supports 128-bit long double IEEE format on ppc64 alone.
this change ensures that we account for this change, so far we have been
doing it a bit wrong for ppc/musl case.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/siteinfo.bbclass
meta/site/powerpc32-linux
meta/site/powerpc32-linux-glibc [new file with mode: 0644]
meta/site/powerpc32-linux-musl [new file with mode: 0644]
meta/site/powerpc64-linux
meta/site/powerpc64-linux-glibc [new file with mode: 0644]
meta/site/powerpc64-linux-musl [new file with mode: 0644]