diff options
| author | Benjamin Bara <benjamin.bara@skidata.com> | 2023-08-22 12:14:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-22 13:12:38 -0700 |
| commit | 0324259cd6ff63e6d487491cffbe31552ea5a883 (patch) | |
| tree | 1b8965939b667a18742922ad891d351f61dcd206 /meta-python/recipes-devtools/python/python-flask-sijax.inc | |
| parent | ff32ec898f38eefdc2c5b4e2ccb5fb532e992c5b (diff) | |
| download | meta-openembedded-0324259cd6ff63e6d487491cffbe31552ea5a883.tar.gz | |
libvpx: fix VPXTARGET for non-neon armv7a
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] https://chromium.googlesource.com/webm/libvpx/+/626ff35955c2c35b806b3e0ecf551a1a8611cdbf/build/make/configure.sh#955
[2] https://chromium.googlesource.com/webm/libvpx/+/626ff35955c2c35b806b3e0ecf551a1a8611cdbf/build/make/configure.sh#973
Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-sijax.inc')
0 files changed, 0 insertions, 0 deletions
