From 38b25eed9581fdee528478136a932546e1f8b005 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 9 Jan 2011 09:41:33 +0100 Subject: machines: move PACKAGE_EXTRA_ARCHS to tune files This gets us closer to making including tune-.inc "just work". Moving the TARGET_ARCH definitions is something for a follup patch. Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-xscale.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/machine/include/tune-xscale.inc') diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index 4f96814a72..f1ef3d46af 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc @@ -5,6 +5,7 @@ INHERIT += "siteinfo" TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" +PACKAGE_EXTRA_ARCHS += "${@['armv4b armv4tb armv5teb', 'armv4 armv4t armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" # webkit-gtk has alignment issues with double instructions on armv5 so # disable them here -- cgit v1.2.3-54-g00ecf