From: Michael 'Mickey' Lauer Date: Wed, 16 Sep 2009 15:38:38 +0000 (+0200) Subject: sane-toolchain.inc: bump default binutils to a version that works with the default gcc X-Git-Tag: Release-2010-05/1~2445 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306ae77b3bd17c9a7e04227fc6b7b2d66c264476;p=openembedded.git sane-toolchain.inc: bump default binutils to a version that works with the default gcc --- diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index e2c6740e52..36ec5e572f 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -6,7 +6,7 @@ # Base line versions, good for most things PREFERRED_GCC_VERSION ?= "4.4.1" -PREFERRED_BINUTILS ?= "2.18" +PREFERRED_BINUTILS ?= "2.19.51" # Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing. PREFERRED_VERSION_glibc ?= "2.6.1"