summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-01 03:50:07 +0000
committerChris Larson <clarson@kergoth.com>2004-12-01 03:50:07 +0000
commit36be315fe64e9c0299a8766292e6b2054e41b4ee (patch)
treeefa32c8f8e7397d00814e8d33e3ae3fec0ac81a5 /conf
parent32dc1ee51940e0e57da717e3deda83335e3d46dc (diff)
Set PACKAGE_ARCH to HOST_ARCH by default.
BKrev: 41ad3f6fNztz6w9NzH2Q56cbJbNyAA
Diffstat (limited to 'conf')
-rw-r--r--conf/oe.conf2
1 files changed, 1 insertions, 1 deletions
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}"
##################################################################