diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-01-21 15:31:48 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-01-21 15:31:48 -0800 |
commit | 8ec8982add5c95bef4f18f60ef80b29bf6bf1145 (patch) | |
tree | 4c2ce04071f5c0023e1f800a57fdb88965c38f39 /conf | |
parent | 233e56f1a4576bf90bd5cbd80789978614788f41 (diff) |
sane-toolchain.inc: Bump glibc PREFERRED_VERSION to 2.10.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/sane-toolchain.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index 04fde21b25..daa2deff29 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -9,8 +9,8 @@ PREFERRED_GCC_VERSION ?= "4.4.2" PREFERRED_BINUTILS ?= "2.20" # Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing. -PREFERRED_VERSION_glibc ?= "2.6.1" -PREFERRED_VERSION_glibc-initial ?= "2.6.1" +PREFERRED_VERSION_glibc ?= "2.10.1" +PREFERRED_VERSION_glibc-initial ?= "2.10.1" PREFERRED_VERSION_eglibc ?= "2.10" PREFERRED_VERSION_eglibc-initial ?= "2.10" PREFERRED_VERSION_uclibc ?= "0.9.30.1" |