From: Otavio Salvador Date: Thu, 20 Nov 2008 15:58:08 +0000 (-0200) Subject: geodelx: set glibc options (nptl addon and use tls) X-Git-Tag: Release-2010-05/1~5140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee2b34ccb05f315465d72dfefe6cd5a46bc0576;p=openembedded.git geodelx: set glibc options (nptl addon and use tls) --- diff --git a/conf/machine/geodelx.conf b/conf/machine/geodelx.conf index c165d98b87..37ea17e734 100644 --- a/conf/machine/geodelx.conf +++ b/conf/machine/geodelx.conf @@ -9,3 +9,6 @@ PREFERRED_PROVIDER_virtual/kernel="linux-geodelx" SELECTED_OPTIMIZATION_glibc := "${@'${SELECTED_OPTIMIZATION}'.replace('-fomit-frame-pointer', '')}" KERNEL_IMAGETYPE = "bzImage" + +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls"