]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerSteve Sakoman <steve@sakoman.com>
Fri, 22 Nov 2024 13:46:04 +0000 (05:46 -0800)
commit19402b5e867616e26c0013402a3b9f32acb6d9fc
treefdcd6c49637722dcbafa338f4e598fda609ecb30
parent2fa36487777ec352f5fb1379657236da342367a7
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>
(cherry picked from commit 3b898270aca62559dfa42ed71d296fe8a8b46a41)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/conf/machine/include/arm/armv8a/tune-cortexa32.inc