mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
crash: Do not build on riscv
Keep mips64 exclusion as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0b5662a1ed
commit
29076c7492
|
|
@ -38,8 +38,12 @@ inherit gettext
|
|||
BBCLASSEXTEND = "native cross"
|
||||
TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}"
|
||||
|
||||
# crash 7.1.3 and before don't support mips64
|
||||
COMPATIBLE_HOST = "^(?!mips64).*"
|
||||
# crash 7.1.3 and before don't support mips64/riscv64
|
||||
COMPATIBLE_HOST_riscv64 = "null"
|
||||
COMPATIBLE_HOST_riscv32 = "null"
|
||||
COMPATIBLE_HOST_mipsarchn64 = "null"
|
||||
COMPATIBLE_HOST_mipsarchn32 = "null"
|
||||
|
||||
|
||||
EXTRA_OEMAKE = 'RPMPKG="${PV}" \
|
||||
GDB_TARGET="${TARGET_SYS}" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user