From 15627cbf8c568323af89cc0de9adbfddecbd8960 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 17 Nov 2009 23:41:49 +0100 Subject: libc/glibc: configure libc headers with support for 128-bit long double At the headers install pass, there's no compiler to test for the size of long double. Help it: we know that the compiler does support 128-bit long double, in the IBM extended precision. Kindly pointed out, and explained, by Mike FRYSINGER: http://sourceware.org/ml/crossgcc/2009-11/msg00040.html http://sourceware.org/ml/crossgcc/2009-11/msg00057.html diff --git a/scripts/build/libc/glibc.sh b/scripts/build/libc/glibc.sh index c9a6898..a18bff6 100644 --- a/scripts/build/libc/glibc.sh +++ b/scripts/build/libc/glibc.sh @@ -148,6 +148,8 @@ do_libc_headers() { CT_DoLog DEBUG "Extra config passed : '${extra_config[*]}'" libc_cv_ppc_machine=yes \ + libc_cv_mlong_double_128=yes \ + libc_cv_mlong_double_128ibm=yes \ CC=${cross_cc} \ CT_DoExecLog ALL \ "${CT_SRC_DIR}/glibc-${cvs}${CT_LIBC_VERSION}/configure" \ -- cgit v0.10.2-6-g49f6