From: Holger Freyther Date: Sat, 15 Jul 2006 23:32:01 +0000 (+0000) Subject: conf/distro/openzaurus-unstable.conf: binutils 2.16 is preferred X-Git-Tag: Release-2010-05/1~9453^2~1216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e161bc370260fe54ac20943c00c36cccce33ad85;p=openembedded.git conf/distro/openzaurus-unstable.conf: binutils 2.16 is preferred Prefer binutils 2.16 as this is the last working version working with glibc 2.3. Use that version for binutils-cross as well. This should avoid all occurences of the '__bind' error when compiling glibc. For the future we need a better way to select matching versions of of toolchain packages. --- diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 8487c7c6e6..69dc40e730 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -49,8 +49,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" -PREFERRED_VERSION_binutils_cross = "2.15.94.0.1" -PREFERRED_VERSION_binutils = "2.15.94.0.1" +PREFERRED_VERSION_binutils-cross = "2.16" +PREFERRED_VERSION_binutils = "2.16" # # Opie