[oe-commits] Lauro Ramos Venancio : binutils-noemu: fix the libraries "SEARCH_DIR".

GIT User account git at amethyst.openembedded.net
Thu Oct 23 21:34:45 UTC 2008


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

Author: Lauro Ramos Venancio <lauro.venancio at indt.org.br>
Date:   Tue Jul 29 18:22:55 2008 -0300

binutils-noemu: fix the libraries "SEARCH_DIR".

---

 packages/mamona/binutils-noemu_2.18.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/packages/mamona/binutils-noemu_2.18.bb b/packages/mamona/binutils-noemu_2.18.bb
index fe57488..c9bfd8d 100644
--- a/packages/mamona/binutils-noemu_2.18.bb
+++ b/packages/mamona/binutils-noemu_2.18.bb
@@ -21,10 +21,8 @@ SRC_URI = "\
 # powerpc patches
 SRC_URI += "file://binutils-2.16.1-e300c2c3.patch;patch=1"
 
-EXTRA_OECONF = "--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \
-        --program-prefix=${TARGET_PREFIX} --disable-shared"
+EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} --disable-shared"
 
-HOST_SYS = "${BUILD_SYS}"
 
 do_configure () {
     CC=gcc AS=as LD=ld CXX=g++ AR=ar OBJCOPY=objcopy OBJDUMP=objdump RANLIB=ranlib NM=nm STRIP=strip oe_runconf





More information about the Openembedded-commits mailing list