Browse Source

glibc: Added config cache tweaks for powerpc64 improving cross-compiling

crossperl
Christian Wiese 17 years ago
committed by Alejandro Mery
parent
commit
a677ed547d
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      base/glibc/glibc.conf

+ 9
- 0
base/glibc/glibc.conf

@ -67,6 +67,15 @@ if [ $SDECFG_PKG_GLIBC_TLS = 1 ]; then
# tls config.cache tweaks for toolchain stage # tls config.cache tweaks for toolchain stage
if atstage toolchain ; then if atstage toolchain ; then
case "$arch" in 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) sparc64)
tls_arch=sparc64 tls_arch=sparc64
;; ;;

Loading…
Cancel
Save