git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0298bf1
)
gcc-4.5: flto requires libelf as dependency
author
Khem Raj
<raj.khem@gmail.com>
Wed, 9 Jun 2010 00:03:35 +0000
(17:03 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Wed, 9 Jun 2010 00:05:09 +0000
(17:05 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.5.inc
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-4.5.inc
b/recipes/gcc/gcc-4.5.inc
index
9304191
..
ab9f0dc
100644
(file)
--- 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"