From 803bf45d6d590d0b2586b5b5187c59ea3746cf11 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 8 Jun 2010 22:40:31 -0700 Subject: gcc-cross_4.5.bb: Add libelf-native to DEPENDS * libelf is needed for LTO Signed-off-by: Khem Raj --- recipes/gcc/gcc-cross_4.5.bb | 5 ++--- 1 file 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" -- cgit v1.2.3