diff options
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 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 ############################################################################# |