Use WTF_CPU_UNKNOWN when building for riscv64
authorAlberto Garcia <berto@igalia.com>
Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)
committerAlberto Garcia <berto@igalia.com>
Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)
commit93208c914c827399782ddbc92c915fcd712f86cb
tree829b128a3ace05df2b45d5b70ad86bbc6bb1d62b
parent887e85a7fd2521aa2e68a887df456270e549ae1d
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