]> code.ossystems Code Review - openembedded-core.git/commit
tune/armv7: Delete
authorKhem Raj <raj.khem@gmail.com>
Wed, 28 Mar 2012 01:37:45 +0000 (18:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Mar 2012 08:23:43 +0000 (09:23 +0100)
commit75b8adbc042e0f65fb1286bc550d02becd3b6aea
treeb3e28a09ed045065e2f7855e561a33e1669dadd7
parent1d8fea3b9c9dd8f3e2b72ee8c8a9b834f4a3d729
tune/armv7: Delete

armv7 is least common denominator of armv7-a
armv7-m and armv7-r and armv7-m does not support
ARM instructions but only thumb2 instruction set
which means armv7 when chosen will complain if
code is compiled in arm mode which is default
in OE if not specified other wise

if we chose this tuning errors like below pop up

error: target CPU does not support ARM mode

This tuning seems theoretical and base tune
for armv7 would be one of armv7-a,  armv7-m or
armv7-r

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/arm/arch-armv7.inc [deleted file]
meta/conf/machine/include/arm/arch-armv7a.inc
meta/conf/machine/include/tune-armv7.inc [deleted file]