diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-08 17:03:35 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-08 17:05:09 -0700 |
commit | ec7e940083badcdecdc8617a9aa970bfefebbd67 (patch) | |
tree | e9c9c2bc369ef38c3a893e4570fe75bb538c2191 /recipes/gcc/gcc-4.5.inc | |
parent | 0298bf1934f6c7d267c6ceaa87b6993489310702 (diff) |
gcc-4.5: flto requires libelf as dependency
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.5.inc')
-rw-r--r-- | recipes/gcc/gcc-4.5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |