Bug 229647

Summary: "Unknown architecture" attempting to build on 32-bit PowerPC
Product: WebKit Reporter: Evan Miller <emmiller>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
Proposed fix none

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.