mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Elf2: set ELFOSABI_FREEBSD for ps4
This commit is contained in:
parent
7881a60f1a
commit
49b5b4b249
@ -419,7 +419,7 @@ fn create(
|
||||
.netbsd => .NETBSD,
|
||||
.illumos => .SOLARIS,
|
||||
.aix => .AIX,
|
||||
.freebsd => .FREEBSD,
|
||||
.freebsd, .ps4 => .FREEBSD,
|
||||
.cuda => .CUDA,
|
||||
.amdhsa => .AMDGPU_HSA,
|
||||
.amdpal => .AMDGPU_PAL,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user