From: Koen Kooi Date: Fri, 3 Mar 2006 16:55:29 +0000 (+0000) Subject: binutils csl: set default pref to -1 for arm so it will use the regular binutils X-Git-Tag: Release-2010-05/1~9453^2~2295^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=382a81073dcd0cc252919b8c0605a5c2fe8ce24c;p=openembedded.git binutils csl: set default pref to -1 for arm so it will use the regular binutils --- 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"