[oe-commits] Khem Raj : gcc-cross_4.5.bb: Specify location of native libelf

git version control git at git.openembedded.org
Sun Oct 3 22:26:46 UTC 2010


Module: openembedded.git
Branch: master
Commit: f7a852ccf0ee57774841d85ba5ee8a3c8510e391
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f7a852ccf0ee57774841d85ba5ee8a3c8510e391

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Oct  3 15:24:55 2010 -0700

gcc-cross_4.5.bb: Specify location of native libelf

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gcc/gcc-cross_4.5.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/gcc/gcc-cross_4.5.bb b/recipes/gcc/gcc-cross_4.5.bb
index 2719145..87fe194 100644
--- a/recipes/gcc/gcc-cross_4.5.bb
+++ b/recipes/gcc/gcc-cross_4.5.bb
@@ -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}"





More information about the Openembedded-commits mailing list