Bug 275456 - lang/ldc: Fix build on powerpc64 (big endian)
Summary: lang/ldc: Fix build on powerpc64 (big endian)
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-30 17:40 UTC by Curtis Hamilton
Modified: 2023-11-30 17:40 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments
Fix build on powerpc64 (big endian) (830 bytes, text/plain)
2023-11-30 17:40 UTC, Curtis Hamilton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.