summaryrefslogtreecommitdiffstats
path: root/meta/site/powerpc32-linux-musl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-12 11:18:22 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-15 08:38:28 +0000
commit28cb148c1375ba242addba80b0f68e06d2a4d874 (patch)
tree91d395ebb801d0260b6b10e30df4023df143def1 /meta/site/powerpc32-linux-musl
parentba418f93fc586bb708fdfade4195f7f3be2e273f (diff)
downloadopenembedded-core-contrib-28cb148c1375ba242addba80b0f68e06d2a4d874.tar.gz
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>
Diffstat (limited to 'meta/site/powerpc32-linux-musl')
-rw-r--r--meta/site/powerpc32-linux-musl2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/site/powerpc32-linux-musl b/meta/site/powerpc32-linux-musl
new file mode 100644
index 0000000000..8575ba7531
--- /dev/null
+++ b/meta/site/powerpc32-linux-musl
@@ -0,0 +1,2 @@
+ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
+