Use WTF_CPU_UNKNOWN when building for riscv64
authorAlberto Garcia <berto@igalia.com>
Mon, 26 Aug 2024 15:14:46 +0000 (17:14 +0200)
committerAlberto Garcia <berto@igalia.com>
Mon, 26 Aug 2024 15:14:46 +0000 (17:14 +0200)
commit17f8c8f4c6b01afea447613bad22e11f5a8aa3a6
tree4c1f17a21c4af823e159a9f1e333be1f4ce878d5
parent69e518d7422e37632afbad97a23ae5ec1827de30
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