aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-25 09:08:44 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-26 13:12:56 +0200
commit7448905b379d0d740b9ad8145d4dd161e32fe240 (patch)
treeaed307553fbe2496422c9654c393217f8a949ee0 /conf
parentbab8cda39ab1cecec1119a75596b168b38bc8014 (diff)
downloadopenembedded-7448905b379d0d740b9ad8145d4dd161e32fe240.tar.gz
SHR: use eglibc-2.12 instead 2.11
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/shr.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 4edd9ef041..9fd6b04b16 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -146,6 +146,8 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A
# TOOLCHAIN
#############################################################################
LIBC ?= "eglibc"
+PREFERRED_VERSION_eglibc ?= "2.12"
+PREFERRED_VERSION_eglibc-initial ?= "2.12"
require conf/distro/include/sane-toolchain.inc
#############################################################################