From: Khem Raj Date: Mon, 14 Dec 2009 23:02:38 +0000 (-0800) Subject: gcc-svn.inc: Reduce priority via DEFAULT_PREFERENCE X-Git-Tag: Release-2010-05/1~1287 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0df4d7ebfb16eace5986e117af3cdde43185a7;p=openembedded.git gcc-svn.inc: Reduce priority via DEFAULT_PREFERENCE Signed-off-by: Khem Raj --- diff --git a/recipes/gcc/gcc-svn.inc b/recipes/gcc/gcc-svn.inc index 2108c3d0d1..c39546dc96 100644 --- a/recipes/gcc/gcc-svn.inc +++ b/recipes/gcc/gcc-svn.inc @@ -1,5 +1,5 @@ # No armeb and thumb patches - really needs checking -DEFAULT_PREFERENCE = "1" +DEFAULT_PREFERENCE = "-999" ARM_INSTRUCTION_SET = "arm" require gcc-common.inc