diff options
author | Holger Freyther <zecke@selfish.org> | 2006-07-28 09:16:37 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-07-28 09:16:37 +0000 |
commit | 2dbbccecdb8f308df046e2e0d1b0ed516e634e6c (patch) | |
tree | bcd7c5ec104aa5e618693cd7c1f0a784f107e5cf | |
parent | 09c790fec6235d5eabcac9e331f55cc769c30013 (diff) |
conf/distro/openzaurus-unstable.conf: prefer 2.15.x of binutils to fix #1183
To fix bug #1183 we will use binutils 2.15.94.0.1 again. We do this
by setting the PREFERRED_VERSION to this version.
-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 14372b5b9e..4a50d24f52 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -50,8 +50,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.16" -PREFERRED_VERSION_binutils = "2.16" +PREFERRED_VERSION_binutils-cross = "2.15.94.0.1" +PREFERRED_VERSION_binutils = "2.15.94.0.1" # # Opie |