WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
265633
[CMake] Fix the build with LOWERCASE_CMAKE_SYSTEM_PROCESSOR=powerpc
https://bugs.webkit.org/show_bug.cgi?id=265633
Summary
[CMake] Fix the build with LOWERCASE_CMAKE_SYSTEM_PROCESSOR=powerpc
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
Add attachment
proposed patch, testcase, etc.
Adrian Perez
Comment 1
2023-12-01 00:12:21 PST
Pull request:
https://github.com/WebKit/WebKit/pull/21147
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.
Top of Page
Format For Printing
XML
Clone This Bug