mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
mpg123: Add support for FPU-less targets
Support added to configure mpg123 for FPU-less targets. Building for fixed-point arithmetic increases performance on such devices. (From OE-Core rev: 55a65571d19407befd3c2d152680573d7318c279) Signed-off-by: Robert Rosengren <robert.rosengren@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4094b0bd50
commit
c2580d3a78
|
@ -40,6 +40,7 @@ EXTRA_OECONF = " \
|
|||
--with-audio='${AUDIOMODS}' \
|
||||
${@bb.utils.contains('TUNE_FEATURES', 'neon', '--with-cpu=neon', '', d)} \
|
||||
${@bb.utils.contains('TUNE_FEATURES', 'altivec', '--with-cpu=altivec', '', d)} \
|
||||
${@bb.utils.contains('TARGET_FPU', 'soft', '--with-cpu=generic_nofpu', '', d)} \
|
||||
"
|
||||
# Fails to build with thumb-1 (qemuarm)
|
||||
#| {standard input}: Assembler messages:
|
||||
|
|
Loading…
Reference in New Issue
Block a user