diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-09 13:54:59 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-24 09:29:03 +0100 |
commit | 1ae254cccf7e4642f45936b22dfe0dc4bb92debe (patch) | |
tree | 2f824947154bb3a4216131a1beda3ab62c1df78a /conf/distro/shr.conf | |
parent | 82dc1d8cf645a589028c4a905b6f8b5b1734a748 (diff) |
shr: use eglibc-2.11
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/distro/shr.conf')
-rw-r--r-- | conf/distro/shr.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 66563625aa..d223933059 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -155,6 +155,8 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A ############################################################################# LIBC ?= "eglibc" PREFERRED_GCC_VERSION ?= "4.4.3" +PREFERRED_VERSION_eglibc ?= "2.11" +PREFERRED_VERSION_eglibc-initial ?= "2.11" require conf/distro/include/sane-toolchain.inc ############################################################################# |