hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 07f375d5e61278473de5c26e7c529546acf20088
parent 7165bca97615b73fa569c5afa4dfcfd4ea72c03e
Author: Lorenz (xha) <me@xha.li>
Date:   Sat, 25 Nov 2023 15:18:19 +0100

OpenBSD: add format::elf

Signed-off-by: Lorenz (xha) <me@xha.li>

Diffstat:
Aformat/elf/platform+openbsd.ha | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/format/elf/platform+openbsd.ha b/format/elf/platform+openbsd.ha @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: MPL-2.0 +// (c) Hare authors <https://harelang.org> + +// The ABI of the target. +export def TARGET_ABI: ident_abi = ident_abi::SYSV;