Elf2: set ELFOSABI_OPENBSD for openbsd

This commit is contained in:
Alex Rønne Petersen 2025-10-29 07:48:42 +01:00
parent 49b5b4b249
commit b409cdf63f
No known key found for this signature in database

View file

@ -420,6 +420,7 @@ fn create(
.illumos => .SOLARIS,
.aix => .AIX,
.freebsd, .ps4 => .FREEBSD,
.openbsd => .OPENBSD,
.cuda => .CUDA,
.amdhsa => .AMDGPU_HSA,
.amdpal => .AMDGPU_PAL,