summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-12-18 17:20:23 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-12-18 17:20:23 +0000
commited2948f984ef1ea472362cd08fb08dc91f006da6 (patch)
treefba140dcc3e9721776fe9e9936fde2f94f43b5e1
parent7e904c0ca438999e88e4cd63214b64d11874c1c5 (diff)
parent7989e677fd15c718c3b6e25fd7fcaf883b7bb1fc (diff)
merge of 'c3ca473fa0f2691fd3779230e61273dde401f5a4'
and 'eae950ac7860db142942252d261d665e31150f2d'
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 676421961f..ac2d281123 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -82,7 +82,7 @@ HOST_SYS = "${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}"
HOST_PREFIX = "${TARGET_PREFIX}"
HOST_CC_ARCH = "${TARGET_CC_ARCH}"
-TARGET_ARCH = "INVALID"
+TARGET_ARCH ?= "INVALID"
TARGET_OS = "INVALID"
TARGET_VENDOR = "${BUILD_VENDOR}"
TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}"