|
@ -69,6 +69,9 @@ 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 |
|
|
|
|
|
mips64) |
|
|
|
|
|
tls_arch=mips |
|
|
|
|
|
;; |
|
|
powerpc) |
|
|
powerpc) |
|
|
tls_arch=powerpc32 |
|
|
tls_arch=powerpc32 |
|
|
var_append configcache ' ' \ |
|
|
var_append configcache ' ' \ |
|
|