diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-01 03:50:07 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-01 03:50:07 +0000 |
commit | 36be315fe64e9c0299a8766292e6b2054e41b4ee (patch) | |
tree | efa32c8f8e7397d00814e8d33e3ae3fec0ac81a5 /conf | |
parent | 32dc1ee51940e0e57da717e3deda83335e3d46dc (diff) |
Set PACKAGE_ARCH to HOST_ARCH by default.
BKrev: 41ad3f6fNztz6w9NzH2Q56cbJbNyAA
Diffstat (limited to 'conf')
-rw-r--r-- | conf/oe.conf | 2 |
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}" ################################################################## |