mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 16:51:07 +00:00
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>
This commit is contained in:
parent
14f1fc94e2
commit
c31e0dc8c5
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user