conf/distro/openzaurus-unstable.conf: binutils 2.16 is preferred
authorHolger Freyther <zecke@selfish.org>
Sat, 15 Jul 2006 23:32:01 +0000 (23:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 15 Jul 2006 23:32:01 +0000 (23:32 +0000)
    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

index 8487c7c..69dc40e 100644 (file)
@@ -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