From ec7e940083badcdecdc8617a9aa970bfefebbd67 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 8 Jun 2010 17:03:35 -0700 Subject: gcc-4.5: flto requires libelf as dependency Signed-off-by: Khem Raj --- recipes/gcc/gcc-4.5.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc index 9304191f0c..ab9f0dca14 100644 --- a/recipes/gcc/gcc-4.5.inc +++ b/recipes/gcc/gcc-4.5.inc @@ -4,7 +4,7 @@ ARM_INSTRUCTION_SET = "arm" require gcc-common.inc LICENSE = "GPLv3" -DEPENDS = "mpfr gmp libmpc" +DEPENDS = "mpfr gmp libmpc libelf" NATIVEDEPS = "mpfr-native gmp-native libmpc-native" -- cgit 1.2.3-korg