mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
valgrind: drop mips n32 support
valgrind for qemumips64 multilib builds fails to configure for libn32 with the error: configure:6190: checking for 32 bit build support ... fatal error: bits/long-double-32.h: No such file or directory It seems that the toolchain is producing: tmp-glibc/sysroots-components/mips64-n32/libn32-glibc/usr/include/bits/long-double-n32.h Until the toolchain problem is resolved, skip valgrind for libn32. (From OE-Core rev: 17d5574f05384edeb5c80ada2724fff4a1c3c94b) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b1c3b40146
commit
73f8baa8d8
@@ -63,6 +63,7 @@ VALGRIND_armeb = ""
|
||||
VALGRIND_aarch64 = ""
|
||||
VALGRIND_riscv64 = ""
|
||||
VALGRIND_linux-gnux32 = ""
|
||||
VALGRIND_linux-gnun32 = ""
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PROFILETOOLS} \
|
||||
|
||||
@@ -54,6 +54,7 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
|
||||
|
||||
# Disable for some MIPS variants
|
||||
COMPATIBLE_HOST_mipsarchr6 = 'null'
|
||||
COMPATIBLE_HOST_linux-gnun32 = 'null'
|
||||
|
||||
inherit autotools ptest multilib_header
|
||||
|
||||
|
||||
Reference in New Issue
Block a user