From c9e0d1edb1c7e1d2fa328fb1fb820b627ba02119 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Aug 2012 08:13:53 +0100 Subject: ia32-base.inc: Drop glibc --with-tls option, its now the only option for glibc This option is unused by (e)glibc since 2011 and is the default. It has been shown to interact badly with the configure option in atom-pc from meta-yocto causing a rebuild of the whole system despite the only change being an assignment with += vs =. The easiest fix is simply to drop it. Signed-off-by: Richard Purdie --- conf/machine/include/ia32-base.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc index b6555e71..f8b7b94c 100644 --- a/conf/machine/include/ia32-base.inc +++ b/conf/machine/include/ia32-base.inc @@ -21,7 +21,6 @@ SERIAL_CONSOLE ?= "115200 ttyS0" # glibc-related variables # GLIBC_ADDONS ?= "nptl" -GLIBC_EXTRA_OECONF += "--with-tls" # # kernel-related variables -- cgit v1.2.3-54-g00ecf