Browse Source

Fixed glibc to use tls related config cache vars for all non-native stages

user/amery/cross
Christian Wiese 17 years ago
committed by Alejandro Mery
parent
commit
126247a051
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base/glibc/glibc.conf

+ 1
- 1
base/glibc/glibc.conf

@ -67,7 +67,7 @@ if [ $SDECFG_PKG_GLIBC_TLS = 1 ]; then
var_append extraconfopt " " "--with-tls" var_append extraconfopt " " "--with-tls"
var_append extraconfopt " " "--with-__thread" var_append extraconfopt " " "--with-__thread"
if atstage cross ; then
if ! atstage native ; then
var_append configcache ' ' "libc_cv_forced_unwind=yes" var_append configcache ' ' "libc_cv_forced_unwind=yes"
var_append configcache ' ' "libc_cv_c_cleanup=yes" var_append configcache ' ' "libc_cv_c_cleanup=yes"
fi fi

Loading…
Cancel
Save