mirror of
https://github.com/ziglang/zig.git
synced 2025-12-12 17:23:09 +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,
|
.netbsd => .NETBSD,
|
||||||
.illumos => .SOLARIS,
|
.illumos => .SOLARIS,
|
||||||
.aix => .AIX,
|
.aix => .AIX,
|
||||||
.freebsd => .FREEBSD,
|
.freebsd, .ps4 => .FREEBSD,
|
||||||
.cuda => .CUDA,
|
.cuda => .CUDA,
|
||||||
.amdhsa => .AMDGPU_HSA,
|
.amdhsa => .AMDGPU_HSA,
|
||||||
.amdpal => .AMDGPU_PAL,
|
.amdpal => .AMDGPU_PAL,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user