hare

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

commit 9f2c3604064440791f73a2627f2bc3e538b6e5e1
parent 1ce589692a47911148d3519bba7d83f56fc9afa3
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue,  6 Apr 2021 16:02:12 -0400

format::elf: add +aarch64 target

Diffstat:
Aformat/elf/+aarch64.ha | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/format/elf/+aarch64.ha b/format/elf/+aarch64.ha @@ -0,0 +1,2 @@ +// The machine (architecture) of the target. +export def TARGET_MACHINE: elf_machine = elf_machine::AARCH64;