diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index abd2bb5cfa..d3fd26dcfb 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -726,3 +726,5 @@ TARGET_ARCH[unexport] = "1" | |||
726 | # (breaks sysvinit at least) | 726 | # (breaks sysvinit at least) |
727 | DISTRO[unexport] = "1" | 727 | DISTRO[unexport] = "1" |
728 | 728 | ||
729 | # Used by canadian-cross to handle string conversions on TARGET_ARCH where needed | ||
730 | TRANSLATED_TARGET_ARCH ??= ${TARGET_ARCH} | ||