authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-29 07:48:29+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-29 07:48:29+01:00
log49b5b4b249a2b2d37735fc018bf6eb048b1ed013
tree478964ff868eef9305c7c8ff68e058eb36599e45
parent7881a60f1a3c3132fed8b8f8dab4ca7ed73c0edb
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Elf2: set ELFOSABI_FREEBSD for ps4


1 files changed, 1 insertions(+), 1 deletions(-)

src/link/Elf2.zig+1-1
...@@ -419,7 +419,7 @@ fn create(...@@ -419,7 +419,7 @@ fn create(
419 .netbsd => .NETBSD,419 .netbsd => .NETBSD,
420 .illumos => .SOLARIS,420 .illumos => .SOLARIS,
421 .aix => .AIX,421 .aix => .AIX,
422 .freebsd => .FREEBSD,422 .freebsd, .ps4 => .FREEBSD,
423 .cuda => .CUDA,423 .cuda => .CUDA,
424 .amdhsa => .AMDGPU_HSA,424 .amdhsa => .AMDGPU_HSA,
425 .amdpal => .AMDGPU_PAL,425 .amdpal => .AMDGPU_PAL,