From e161bc370260fe54ac20943c00c36cccce33ad85 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 15 Jul 2006 23:32:01 +0000 Subject: [PATCH] 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. --- conf/distro/openzaurus-unstable.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5