From d35c0a6f932fe8e51a1f9fe2bd5d6fd572f86e2e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 18 Sep 2003 19:38:04 +0000 Subject: Adjust the way we handle our BUILD vs HOST vs TARGET. BKrev: 3f6a099cJfKoPCEz0cqWUDlnW4duuw --- content/cross-binutils-2.14.90.0.6.oe | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'content/cross-binutils-2.14.90.0.6.oe') diff --git a/content/cross-binutils-2.14.90.0.6.oe b/content/cross-binutils-2.14.90.0.6.oe index c8e186665c..68f0ee115c 100644 --- a/content/cross-binutils-2.14.90.0.6.oe +++ b/content/cross-binutils-2.14.90.0.6.oe @@ -3,20 +3,9 @@ PROVIDES = virtual/${OLDARCH}-${OLDOS}-binutils SRC_URI = http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.gz S = ${WORKDIR}/binutils-${PV} -OLDOS := ${OS} -OLDARCH := ${ARCH} CROSS_DIR := ${CROSS_DIR} -inherit noncross autotools - -do_configure() { - ./configure --prefix=${CROSS_DIR} --target=${OLDARCH}-${OLDOS} -} +prefix=${CROSS_DIR} +exec_prefix=${prefix} +inherit cross autotools EXTRA_OEMAKE = -do_compile() { - oe_runmake -} - -do_install() { - oe_runmake install -} -- cgit v1.2.3