binutils-noemu: fix the libraries "SEARCH_DIR".
authorLauro Ramos Venancio <lauro.venancio@indt.org.br>
Tue, 29 Jul 2008 21:22:55 +0000 (18:22 -0300)
committerRodrigo Vivi <rodrigo.vivi@openbossa.org>
Thu, 23 Oct 2008 20:55:52 +0000 (17:55 -0300)
packages/mamona/binutils-noemu_2.18.bb

index fe57488..c9bfd8d 100644 (file)
@@ -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