Bug 265633
| Summary: | [CMake] Fix the build with LOWERCASE_CMAKE_SYSTEM_PROCESSOR=powerpc | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | CMake | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Adrian Perez
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
Pull request: https://github.com/WebKit/WebKit/pull/21147
EWS
Committed 271381@main (c11dcca38c80): <https://commits.webkit.org/271381@main>
Reviewed commits have been landed. Closing PR #21147 and removing active labels.