binutils csl: set default pref to -1 for arm so it will use the regular binutils
authorKoen Kooi <koen@openembedded.org>
Fri, 3 Mar 2006 16:55:29 +0000 (16:55 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 3 Mar 2006 16:55:29 +0000 (16:55 +0000)
packages/binutils/binutils_csl-arm-20050416.bb

index 3dc386f..e6ce533 100644 (file)
@@ -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"