aboutsummaryrefslogtreecommitdiffstats
path: root/packages/binutils
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-03 16:55:29 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-03 16:55:29 +0000
commit382a81073dcd0cc252919b8c0605a5c2fe8ce24c (patch)
treeacdaf102b2eff5010ab8e7cd5b17f912bfff8afa /packages/binutils
parent7c310288df97f94344f7c4816940b1a73087c9b9 (diff)
downloadopenembedded-382a81073dcd0cc252919b8c0605a5c2fe8ce24c.tar.gz
binutils csl: set default pref to -1 for arm so it will use the regular binutils
Diffstat (limited to 'packages/binutils')
-rw-r--r--packages/binutils/binutils_csl-arm-20050416.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/binutils/binutils_csl-arm-20050416.bb b/packages/binutils/binutils_csl-arm-20050416.bb
index 3dc386f0e9..e6ce5337ae 100644
--- a/packages/binutils/binutils_csl-arm-20050416.bb
+++ b/packages/binutils/binutils_csl-arm-20050416.bb
@@ -10,8 +10,8 @@ PV = "2.15.99+csl-arm+cvs20050416"
PR = "r0"
OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}"
DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_arm-linux = "1"
-DEFAULT_PREFERENCE_arm-linuxeabi = "1"
+DEFAULT_PREFERENCE_arm-linux = "-1"
+DEFAULT_PREFERENCE_arm-linuxeabi = "-1"
PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks"