]> code.ossystems Code Review - openembedded-core.git/commit
aarch-arm64: Update tune files
authorMark Hatle <mark.hatle@windriver.com>
Thu, 18 Dec 2014 08:51:14 +0000 (16:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Dec 2014 10:53:56 +0000 (10:53 +0000)
commit03d2f5646485b565cc14a0009b7d5224ab298f4c
tree070ccdabb3c43174631272032ead4e3be8851623
parentaeb6f53dd607ceb0d2265a05c27f751109c73752
aarch-arm64: Update tune files

arch-arm64 is the base tune file for aarch64.  Update this to allow the
system to work with both aarch32 and aarch64 (multilib).

arch-armv8 is for compatibility, it simply uses the base config for now.

feature-arm-thumb was updated, since aarch64 mode does NOT have thumb support.
We should only be processing warnings and additional arguments if thumb
support is enabled on the processor core.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/arm/arch-arm64.inc [new file with mode: 0644]
meta/conf/machine/include/arm/arch-armv8.inc
meta/conf/machine/include/arm/feature-arm-thumb.inc