[poky] [PATCH 20/25] tune-ppc440: append ppc405 in PACKAGE_EXTRA_ARCHS
Adrian Alonso
aalonso at secretlab.ca
Mon Jan 17 12:29:33 PST 2011
* Append ppc405 in PACKAGE_EXTRA_ARCHS
* Support gnueabi toolchain for pcc440 and ppc405 archs
(Xilinx PowerPC targets)
Signed-off-by: Adrian Alonso <aalonso at secretlab.ca>
---
conf/machine/include/tune-ppc440.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/include/tune-ppc440.inc b/conf/machine/include/tune-ppc440.inc
index 709727c..bdfb13f 100644
--- a/conf/machine/include/tune-ppc440.inc
+++ b/conf/machine/include/tune-ppc440.inc
@@ -1,4 +1,4 @@
TARGET_CC_ARCH = "-mcpu=440"
BASE_PACKAGE_ARCH = "ppc440"
FEED_ARCH = "ppc440"
-PACKAGE_EXTRA_ARCHS += "${BASE_PACKAGE_ARCH}"
+PACKAGE_EXTRA_ARCHS += "${BASE_PACKAGE_ARCH} ppc405"
--
1.7.3.4
More information about the poky
mailing list