Use WTF_CPU_UNKNOWN when building for riscv64
authorAlberto Garcia <berto@igalia.com>
Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)
committerAlberto Garcia <berto@igalia.com>
Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)
commitb45803f23a163f1df8d5339c442a17412a9ba887
tree24a74bdc6bbfab59305f6b645aee92d518192446
parent96650059339552af902c2efb459d4d940f94b543
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