Use WTF_CPU_UNKNOWN when building for riscv64
authorAlberto Garcia <berto@igalia.com>
Mon, 17 Mar 2025 00:50:25 +0000 (01:50 +0100)
committerAlberto Garcia <berto@igalia.com>
Mon, 17 Mar 2025 00:50:25 +0000 (01:50 +0100)
commit88d179f29fb9ada02bda71cd40cd9f6526419b60
tree7717e55d20bacb5f346a065c6575c0b0b17248df
parent09d9292b9ebd4c41f23e42a75152a21a6187eb4a
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch
Source/WTF/wtf/PlatformCPU.h
Source/cmake/WebKitCommon.cmake