diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-14 15:02:38 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-14 15:02:38 -0800 |
commit | 4f0df4d7ebfb16eace5986e117af3cdde43185a7 (patch) | |
tree | 89998f2affa42aecfc104d2687fd92612aeed00e /recipes | |
parent | f14f59ba8aaf98e5b793fe469ef04b63698aa8a0 (diff) |
gcc-svn.inc: Reduce priority via DEFAULT_PREFERENCE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gcc/gcc-svn.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |