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:40:09 +0000
commitc31e0dc8c570648d0f887718491ca4a66616a250 (patch)
treee1f331489b1a1de871126e5502de5ba06b4580bb /meta/site
parent14f1fc94e25fa337c25fbe5414f71e3b0816aaa6 (diff)
downloadpoky-c31e0dc8c570648d0f887718491ca4a66616a250.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 (From OE-Core rev: ba418f93fc586bb708fdfade4195f7f3be2e273f) 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}
241# mysql 241# mysql
242mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no} 242mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
243mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no} 243mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
244
245
246# libc
247libc_cv_ppc_machine=${libc_cv_ppc_machine=yes}
248libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes}
249libc_cv_mabi_ibmlongdouble=${libc_cv_mabi_ibmlongdouble=yes}
250libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes}