diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-08 22:40:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-08 22:40:31 -0700 |
commit | 803bf45d6d590d0b2586b5b5187c59ea3746cf11 (patch) | |
tree | 3217d3e8c0719b1fffb7645de061a1296b0d4988 /recipes | |
parent | 73145d4831c0cd0dd4c0827c6e3da9acce5734ff (diff) |
gcc-cross_4.5.bb: Add libelf-native to DEPENDS
* libelf is needed for LTO
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gcc/gcc-cross_4.5.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/gcc/gcc-cross_4.5.bb b/recipes/gcc/gcc-cross_4.5.bb index 825a7bde8a..a2da4a88e8 100644 --- a/recipes/gcc/gcc-cross_4.5.bb +++ b/recipes/gcc/gcc-cross_4.5.bb @@ -1,9 +1,8 @@ -PR = "r0" +PR = "r1" require gcc-${PV}.inc require gcc-cross4.inc -DEPENDS += "libmpc-native" - +NATIVEDEPS += "libmpc-native libelf-native" SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch " EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} --with-system-zlib" |