diff options
author | Holger Freyther <zecke@selfish.org> | 2006-07-15 23:32:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-15 23:32:01 +0000 |
commit | e161bc370260fe54ac20943c00c36cccce33ad85 (patch) | |
tree | 0ce4d87d2c0e4a2286b9b9c6767199a261040523 | |
parent | 56a25f014ffd331de6eefe9e12d58fab445afece (diff) |
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.
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 4 |
1 files 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 |