]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
tune-cortexa32: set tune feature as armv8a
authorJagadeesh Krishnanjanappa <workjagadeesh@gmail.com>
Wed, 16 Oct 2024 12:25:55 +0000 (17:55 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Oct 2024 11:26:25 +0000 (12:26 +0100)
commit3b898270aca62559dfa42ed71d296fe8a8b46a41
tree2a25b4cf6163748152585dea484bbf3585201cbb
parente3ece22060725c9eebc0feed9b2be2d00ce4bf8e
tune-cortexa32: set tune feature as armv8a

Cortexa32 is a 32-bit armv8a architecture processor, so set the tune feature
as armv8a instead of aarch64 which is 64-bit armv8a architecture.

It solves the following build error while compiling libgcc-initial
and libssp-nonshared.
-- snip --
aarch64-poky-linux-musl-gcc: error: unrecognized command-line option '-mfpu=neon'
aarch64-poky-linux-musl-gcc: error: unrecognized command-line option '-mfloat-abi=hard'
-- snip --

Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/arm/armv8a/tune-cortexa32.inc