aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/geodelx.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-11-20 13:58:08 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2008-11-20 14:01:41 -0200
commitbee2b34ccb05f315465d72dfefe6cd5a46bc0576 (patch)
tree75c6bd81a8c44301e7ea4ccad206cf2ec998139e /conf/machine/geodelx.conf
parent3fb4f6f0c2b8f5b7475a9258f9e4f00c6b03df85 (diff)
downloadopenembedded-bee2b34ccb05f315465d72dfefe6cd5a46bc0576.tar.gz
geodelx: set glibc options (nptl addon and use tls)
Diffstat (limited to 'conf/machine/geodelx.conf')
-rw-r--r--conf/machine/geodelx.conf3
1 files changed, 3 insertions, 0 deletions
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"