Browse Source

glibc: Added config cache tls tweaks for mips64

user/amery/cross
Christian Wiese 17 years ago committed by Alejandro Mery
parent
commit
286d15986f
  1. 3
      base/glibc/glibc.conf

3
base/glibc/glibc.conf

@ -69,6 +69,9 @@ if [ $SDECFG_PKG_GLIBC_TLS = 1 ]; then
# tls config.cache tweaks for toolchain stage
if atstage toolchain ; then
case "$arch" in
mips64)
tls_arch=mips
;;
powerpc)
tls_arch=powerpc32
var_append configcache ' ' \

Loading…
Cancel
Save