Bug 265633

Summary: [CMake] Fix the build with LOWERCASE_CMAKE_SYSTEM_PROCESSOR=powerpc
Product: WebKit Reporter: Adrian Perez <aperez>
Component: CMakeAssignee: Adrian Perez <aperez>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Adrian Perez
Reported 2023-12-01 00:09:49 PST
The LOWERCASE_CMAKE_SYSTEM_PROCESSOR variable may contain "powerpc" in some systems but WebKitCommon.cmake only checks for "ppc". One such case is OpenBSD, which is patching the check in this patch: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www/webkitgtk4/patches/patch-Source_cmake_WebKitCommon_cmake?rev=1.13&content-type=text/x-cvsweb-markup&hideattic=1 IMO we should move this check into WebKit itself.
Attachments
Adrian Perez
Comment 1 2023-12-01 00:12:21 PST
EWS
Comment 2 2023-12-01 06:39:43 PST
Committed 271381@main (c11dcca38c80): <https://commits.webkit.org/271381@main> Reviewed commits have been landed. Closing PR #21147 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.