Use WTF_CPU_UNKNOWN when building for riscv64
authorAlberto Garcia <berto@igalia.com>
Sun, 9 Feb 2025 17:32:24 +0000 (18:32 +0100)
committerAlberto Garcia <berto@igalia.com>
Sun, 9 Feb 2025 17:32:24 +0000 (18:32 +0100)
commit1a7382446cd5eef700f5104a7e461f6484b67836
tree7c69d83c7f8d750b4be20f22c44d0c5b42a42637
parentb909e6ffcfdfdeb7bd9df1d771631353bf8617c7
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