summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-21 08:13:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-22 14:16:59 +0100
commitc9e0d1edb1c7e1d2fa328fb1fb820b627ba02119 (patch)
tree4220902e2ee023c27fb9eb02737f101736fde20a /conf
parentb8f8bd0b5f2278495cdb1374d7bedd3123475af1 (diff)
downloadmeta-intel-c9e0d1edb1c7e1d2fa328fb1fb820b627ba02119.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/ia32-base.inc1
1 files changed, 0 insertions, 1 deletions
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"
21# glibc-related variables 21# glibc-related variables
22# 22#
23GLIBC_ADDONS ?= "nptl" 23GLIBC_ADDONS ?= "nptl"
24GLIBC_EXTRA_OECONF += "--with-tls"
25 24
26# 25#
27# kernel-related variables 26# kernel-related variables