From 36be315fe64e9c0299a8766292e6b2054e41b4ee Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 1 Dec 2004 03:50:07 +0000 Subject: Set PACKAGE_ARCH to HOST_ARCH by default. BKrev: 41ad3f6fNztz6w9NzH2Q56cbJbNyAA --- conf/oe.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/oe.conf') diff --git a/conf/oe.conf b/conf/oe.conf index 2ecbaf7ada..06932b0a27 100644 --- a/conf/oe.conf +++ b/conf/oe.conf @@ -44,7 +44,7 @@ TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" TARGET_PREFIX = "${TARGET_SYS}-" TARGET_CC_ARCH = "" -PACKAGE_ARCH = "${TARGET_ARCH}" +PACKAGE_ARCH = "${HOST_ARCH}" MACHINE_ARCH = "${MACHINE}" ################################################################## -- cgit v1.2.3