NEW 229647
"Unknown architecture" attempting to build on 32-bit PowerPC
https://bugs.webkit.org/show_bug.cgi?id=229647
Summary "Unknown architecture" attempting to build on 32-bit PowerPC
Evan Miller
Reported 2021-08-28 09:09:29 PDT
Created attachment 436716 [details] Proposed fix I am sure there are plenty of other build issues on this platform, but most immediately a logic error exists on line 87 of WTF/wtf/PlatformCPU.h. It checks CPU(BIG_ENDIAN) but WTF_CPU_BIG_ENDIAN is not defined until later in the file. Proposed fix (following the PPC64 example) is attached.
Attachments
Proposed fix (392 bytes, patch)
2021-08-28 09:09 PDT, Evan Miller
no flags
Radar WebKit Bug Importer
Comment 1 2021-09-04 09:10:31 PDT
Note You need to log in before you can comment on or make changes to this bug.