summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-svn.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-svn.inc')
-rw-r--r--recipes/gcc/gcc-svn.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-svn.inc b/recipes/gcc/gcc-svn.inc
index ab39a73724..2108c3d0d1 100644
--- a/recipes/gcc/gcc-svn.inc
+++ b/recipes/gcc/gcc-svn.inc
@@ -1,10 +1,10 @@
# No armeb and thumb patches - really needs checking
-DEFAULT_PREFERENCE = "-999"
+DEFAULT_PREFERENCE = "1"
ARM_INSTRUCTION_SET = "arm"
require gcc-common.inc
-DEPENDS = "mpfr gmp"
+DEPENDS = "mpfr gmp mpc"
GCC_BASE ?= "4.5"
PV = "${GCC_BASE}+svnr${SRCPV}"