All of lore.kernel.org
 help / color / mirror / Atom feed
* ia32-base.inc: Drop glibc --with-tls option, its now the only option for glibc
@ 2012-08-21  7:13 Richard Purdie
  2012-08-21 16:31 ` Darren Hart
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2012-08-21  7:13 UTC (permalink / raw)
  To: Zanussi, Tom, Hart, Darren; +Cc: yocto

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 <richard.purdie@linuxfoundation.org>

diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
index 99ac352..17ff714 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-21 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21  7:13 ia32-base.inc: Drop glibc --with-tls option, its now the only option for glibc Richard Purdie
2012-08-21 16:31 ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.