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

Description Evan Miller 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.
Comment 1 Radar WebKit Bug Importer 2021-09-04 09:10:31 PDT
<rdar://problem/82758931>