From 126247a0518167ba690a4b9d5de101cfcf12dfed Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 3 Feb 2008 23:40:54 +0200 Subject: [PATCH] Fixed glibc to use tls related config cache vars for all non-native stages --- base/glibc/glibc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/glibc/glibc.conf b/base/glibc/glibc.conf index 28e9b4215..7c1123088 100644 --- a/base/glibc/glibc.conf +++ b/base/glibc/glibc.conf @@ -67,7 +67,7 @@ if [ $SDECFG_PKG_GLIBC_TLS = 1 ]; then var_append extraconfopt " " "--with-tls" 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_c_cleanup=yes" fi