Browse Source

glibc: Improved tls related cross-compiling for x86 and x86_64

cross
Christian Wiese 17 years ago committed by Alejandro Mery
parent
commit
a0966bfb6c
  1. 6
      base/glibc/glibc.conf

6
base/glibc/glibc.conf

@ -70,6 +70,12 @@ if [ $SDECFG_PKG_GLIBC_TLS = 1 ]; then
sparc64)
tls_arch=sparc64
;;
x86)
tls_arch=386
;;
x86-64)
tls_arch=x86_64
;;
esac
var_append configcache ' ' "libc_cv_${tls_arch}_tls=yes"
else

Loading…
Cancel
Save