diff options
author | Matthew McClintock <msm@freescale.com> | 2012-09-13 22:11:21 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-09-13 22:11:28 -0500 |
commit | f3469d97cef7fcd6277dfab7326f7a8e0d5bb5bd (patch) | |
tree | a6c457d80e01caf6cbe284832c52729721f7eff6 | |
parent | 03143f9451e5af482c11dc7585bbaf8d2f62b4d2 (diff) | |
download | meta-fsl-ppc-f3469d97cef7fcd6277dfab7326f7a8e0d5bb5bd.tar.gz |
e6500.inc: force biarch gcc for kernel build
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r-- | conf/machine/e6500.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/e6500.inc b/conf/machine/e6500.inc index 4687972..b725d75 100644 --- a/conf/machine/e6500.inc +++ b/conf/machine/e6500.inc | |||
@@ -16,3 +16,6 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | 16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" |
17 | 17 | ||
18 | MACHINEOVERRIDES .= ":e6500:fslmachine" | 18 | MACHINEOVERRIDES .= ":e6500:fslmachine" |
19 | |||
20 | #not ideal but we require 64-bit support to build the kernel | ||
21 | DISTRO_FEATURES_append = " multiarch" | ||