mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Elf2: set ELFOSABI_OPENBSD for openbsd
This commit is contained in:
parent
49b5b4b249
commit
b409cdf63f
1 changed files with 1 additions and 0 deletions
|
|
@ -420,6 +420,7 @@ fn create(
|
||||||
.illumos => .SOLARIS,
|
.illumos => .SOLARIS,
|
||||||
.aix => .AIX,
|
.aix => .AIX,
|
||||||
.freebsd, .ps4 => .FREEBSD,
|
.freebsd, .ps4 => .FREEBSD,
|
||||||
|
.openbsd => .OPENBSD,
|
||||||
.cuda => .CUDA,
|
.cuda => .CUDA,
|
||||||
.amdhsa => .AMDGPU_HSA,
|
.amdhsa => .AMDGPU_HSA,
|
||||||
.amdpal => .AMDGPU_PAL,
|
.amdpal => .AMDGPU_PAL,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue