From a677ed547d2ad0f764c208724c26aee0ca3411d3 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 18 Mar 2008 07:16:49 +0200 Subject: [PATCH] glibc: Added config cache tweaks for powerpc64 improving cross-compiling --- base/glibc/glibc.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/base/glibc/glibc.conf b/base/glibc/glibc.conf index 902bc8bfa..03800b6f6 100644 --- a/base/glibc/glibc.conf +++ b/base/glibc/glibc.conf @@ -67,6 +67,15 @@ if [ $SDECFG_PKG_GLIBC_TLS = 1 ]; then # tls config.cache tweaks for toolchain stage if atstage toolchain ; then case "$arch" in + powerpc64) + tls_arch=powerpc64 + var_append configcache ' ' \ + "libc_cv_ppc_machine=yes" + var_append configcache ' ' \ + "libc_cv_mlong_double_128ibm=yes" + var_append configcache ' ' \ + "libc_cv_mlong_double_128=yes" + ;; sparc64) tls_arch=sparc64 ;;