mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
aom: Disable rvv on riscv32
Current implementation explicitly add rv64gcv to -march, which means its not yet tested on rv32gcv so disable RVV on 32bit RISCV for now. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
bcaf917fa6
commit
a2f704f69b
@ -21,6 +21,7 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0 \
|
||||
CMAKE_VERBOSE = "VERBOSE=1"
|
||||
CFLAGS:append:libc-musl = " -D_GNU_SOURCE"
|
||||
EXTRA_OECMAKE:append:arm = " -DENABLE_NEON=OFF"
|
||||
EXTRA_OECMAKE:append:riscv32 = " -DENABLE_RVV=OFF"
|
||||
|
||||
do_generate_toolchain_file:append() {
|
||||
echo "set(AOM_AS_FLAGS --debug-prefix-map ${S}=${TARGET_DBGSRC_DIR})" >> ${WORKDIR}/toolchain.cmake
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user