diff options
author | Holger Freyther <zecke@selfish.org> | 2006-03-23 16:47:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-23 16:47:32 +0000 |
commit | a5f732e76ec25e20434dd2313d886b51dff292f2 (patch) | |
tree | b1f1c343b083ba7c3bd88c16c6201ab6eb815bbc /conf/distro/familiar-unstable.conf | |
parent | d77a8ecebe5701755538c6054b7a1ae278e50b3c (diff) |
conf/distro/familiar-unstable.conf:
Make older binutils snapshot the default
for familiar distribution in the dev
tree to avoid further errors when newer
versions gets added.
packages/binutils/binutils:
Lower the default preference on the binutils
CVS snapshot. While it can be used with
glibc 2.4 with EABI and without it, glibc
2.3.5 is broken with this version
Diffstat (limited to 'conf/distro/familiar-unstable.conf')
-rw-r--r-- | conf/distro/familiar-unstable.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/familiar-unstable.conf b/conf/distro/familiar-unstable.conf index 734d33db3c..ab367378af 100644 --- a/conf/distro/familiar-unstable.conf +++ b/conf/distro/familiar-unstable.conf @@ -48,6 +48,12 @@ PREFERRED_VERSION_gcc-cross ?= "3.4.4" PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" # +# PIN the familiar build to a version +# +PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" +PREFERRED_VERSION_binutils ?= "2.15.94.0.1" + +# # Opie # |