Bug 275456

Summary: lang/ldc: Fix build on powerpc64 (big endian)
Product: Ports & Packages Reporter: Curtis Hamilton <hamiltcl>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: New ---    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (acm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix build on powerpc64 (big endian) none

Description Curtis Hamilton 2023-11-30 17:40:18 UTC
Created attachment 246693 [details]
Fix build on powerpc64 (big endian)

ldc build completes successfully but the resulting compiler does not create valid executable due to target ABI set to "elfv1" for powerpc64.  

Compiler works for powerpc64le. 

Patch attached that fixes this issue.