mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
b8f8bd0b5f
commit
c9e0d1edb1
|
@ -21,7 +21,6 @@ SERIAL_CONSOLE ?= "115200 ttyS0"
|
|||
# glibc-related variables
|
||||
#
|
||||
GLIBC_ADDONS ?= "nptl"
|
||||
GLIBC_EXTRA_OECONF += "--with-tls"
|
||||
|
||||
#
|
||||
# kernel-related variables
|
||||
|
|
Loading…
Reference in New Issue
Block a user