diff options
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}" ################################################################## |