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.
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