aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-intermediate_svn.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-12-14 14:59:44 -0800
committerKhem Raj <raj.khem@gmail.com>2009-12-14 15:00:55 -0800
commitf14f59ba8aaf98e5b793fe469ef04b63698aa8a0 (patch)
treefd6b77c773d42445e7d4ae28f0e7d0f3929624e1 /recipes/gcc/gcc-cross-intermediate_svn.bb
parent535e1dcbbecc1196609301e0e6df7786fe336b10 (diff)
downloadopenembedded-f14f59ba8aaf98e5b793fe469ef04b63698aa8a0.tar.gz
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-cross-intermediate_svn.bb')
-rw-r--r--recipes/gcc/gcc-cross-intermediate_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-intermediate_svn.bb b/recipes/gcc/gcc-cross-intermediate_svn.bb
index a9ae5bdf20..93cd35730b 100644
--- a/recipes/gcc/gcc-cross-intermediate_svn.bb
+++ b/recipes/gcc/gcc-cross-intermediate_svn.bb
@@ -1,7 +1,7 @@
require gcc-cross_${PV}.bb
require gcc-cross-intermediate.inc
-DEPENDS += "gmp-native mpfr-native"
+DEPENDS += "mpc-native gmp-native mpfr-native"
EXTRA_OECONF += " --disable-libmudflap \
--disable-libgomp \