Browse Source

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

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

6
base/glibc/glibc.conf

@ -72,6 +72,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