mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-04 00:15:56 +00:00
The compiler might use non-supported instructions, as the build config requires armv7-linux-gcc targets to have NEON[1] and drops the mtune value[2], which also might use d32 registers on d16 cpus. Falling back to the generic-gnu target respects the toolchain-set values and should therefore be used instead. [1]626ff35955/build/make/configure.sh (955)[2]626ff35955/build/make/configure.sh (973)Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>