diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-13 07:56:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-13 07:56:06 +0000 |
commit | 773e516509e5857341279e82a42f2891b27b8d01 (patch) | |
tree | 73ca4221a417cad2370c29b74f9960a7640be0f3 /conf | |
parent | b406d42a43853a43c9c3de592de7f3a152e6f235 (diff) |
oz-unstable: lock down binutils tils oz switches to a newer glibc
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 89944023ad..344fb80a89 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -49,6 +49,9 @@ 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" + # # Opie # |