From f14f59ba8aaf98e5b793fe469ef04b63698aa8a0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 14 Dec 2009 14:59:44 -0800 Subject: gcc-svn: Add mpc to DEPENDS. * mpc-native is needed for cross gcc recipes. * mpc will be needed for gcc recipes. Signed-off-by: Khem Raj --- recipes/gcc/gcc-svn.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gcc/gcc-svn.inc') 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}" -- cgit v1.2.3