summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-12 11:18:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-15 08:38:28 +0000
commitba418f93fc586bb708fdfade4195f7f3be2e273f (patch)
treef4ceedfe5d1561c0fc89eb6cd10f23458efc7e01 /meta/site
parent7293e840e0325fe1b8ea519644184f4c8927ecbd (diff)
downloadopenembedded-core-contrib-ba418f93fc586bb708fdfade4195f7f3be2e273f.tar.gz
powerpc32-linux: Remove libc cached variables
libc_cv_ppc_machine and no longer exists in glibc others are detected correctly in configure. They perhaps made sense in past when the toolchain build has several bootstrap stages Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/powerpc32-linux7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index accd048a6a..f8200ce502 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -241,10 +241,3 @@ samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
# mysql
mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
-
-
-# libc
-libc_cv_ppc_machine=${libc_cv_ppc_machine=yes}
-libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes}
-libc_cv_mabi_ibmlongdouble=${libc_cv_mabi_ibmlongdouble=yes}
-libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes}