diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-11-20 13:58:08 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-11-20 14:01:41 -0200 |
commit | bee2b34ccb05f315465d72dfefe6cd5a46bc0576 (patch) | |
tree | 75c6bd81a8c44301e7ea4ccad206cf2ec998139e | |
parent | 3fb4f6f0c2b8f5b7475a9258f9e4f00c6b03df85 (diff) |
geodelx: set glibc options (nptl addon and use tls)
-rw-r--r-- | conf/machine/geodelx.conf | 3 |
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" |