diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-14 14:59:44 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-14 15:00:55 -0800 |
commit | f14f59ba8aaf98e5b793fe469ef04b63698aa8a0 (patch) | |
tree | fd6b77c773d42445e7d4ae28f0e7d0f3929624e1 /recipes/gcc/gcc-svn.inc | |
parent | 535e1dcbbecc1196609301e0e6df7786fe336b10 (diff) |
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-svn.inc')
-rw-r--r-- | recipes/gcc/gcc-svn.inc | 4 |
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}" |