From 4aaf290289ff8b9e43793b7052a8f30ea631312f Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 5 Jan 2011 14:59:01 +0100 Subject: tegra2: change feed and basearch to armv7a-vfp as suggested by koen --- conf/machine/include/tune-cortexa9tegra.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/tune-cortexa9tegra.inc b/conf/machine/include/tune-cortexa9tegra.inc index 047684857a..f7364774c2 100644 --- a/conf/machine/include/tune-cortexa9tegra.inc +++ b/conf/machine/include/tune-cortexa9tegra.inc @@ -1,6 +1,8 @@ -# tegra 2 platform has no neon unit +# tegra2 platform has no neon unit TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=soft" -FEED_ARCH = "armv7a" -PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6 armv7 armv7a" -BASE_PACKAGE_ARCH = "armv7a" + +BASE_PACKAGE_ARCH = "armv7a-vfp" +FEED_ARCH = "armv7a-vfp" + +PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6 armv7 armv7a-vfp" -- cgit 1.2.3-korg