]> code.ossystems Code Review - openembedded-core.git/commitdiff
machines/x86: Drop redundant glibc configure knobs
authorKhem Raj <raj.khem@gmail.com>
Thu, 6 Sep 2012 22:23:40 +0000 (15:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Sep 2012 11:08:12 +0000 (12:08 +0100)
nptl and thereby tls are not optional anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/conf/machine/include/ia32-base.inc
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf

index af583ae1843d2da82bc7cda8031b8ad545efe5c7..78d44580665d7595092a39de6ad713d1de39a7cb 100644 (file)
@@ -17,11 +17,6 @@ KERNEL_IMAGETYPE ?= "bzImage"
 
 SERIAL_CONSOLE ?= "115200 ttyS0"
 
-#
-# glibc-related variables
-#
-GLIBC_ADDONS ?= "nptl"
-
 #
 # kernel-related variables
 #
index 285054ab3da8709df14b43958f665d37329e2086..8d4bd6f487189e2198087386e0fccc6f9a6a7b62 100644 (file)
@@ -26,7 +26,4 @@ require conf/machine/include/qemu.inc
 
 MACHINE_FEATURES += "x86"
 
-GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls"
-
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
index c81afe565702c778eddf2451bedbd5496f6a092d..6edf386d0eb48a1797c91dbcb4b867a24256dc3b 100644 (file)
@@ -26,8 +26,4 @@ require conf/machine/include/qemu.inc
 
 MACHINE_FEATURES += "x86"
 
-GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls"
-
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
-