gcc-cross_4.5.bb: Specify location of native libelf
authorKhem Raj <raj.khem@gmail.com>
Sun, 3 Oct 2010 22:24:55 +0000 (15:24 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 3 Oct 2010 22:24:55 +0000 (15:24 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-cross_4.5.bb

index 2719145..87fe194 100644 (file)
@@ -6,6 +6,7 @@ PR = "${INC_PR}.0"
 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"
+EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
+                 -with-libelf=${STAGING_DIR_NATIVE}${prefix_native} --with-system-zlib"
 
 ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"