hare

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

commit 2a394fabb852de689d1af96396e8301576f95706
parent ba6531a9c94844f78e6660bf07642180549080b7
Author: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Date:   Fri, 19 Nov 2021 15:17:59 +0100

rt/+freebsd: Rename start*.s files to include -libc

In 44e5d7f95a09ec1c5d6b5e97b4f202da0270ac4e the corresponding files for
linux were renamed (with no changes). This rename let "make check" run
successfully.

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>

Diffstat:
Rrt/+freebsd/start+aarch64.s -> rt/+freebsd/start+aarch64-libc.s | 0
Rrt/+freebsd/start+riscv64.s -> rt/+freebsd/start+riscv64-libc.s | 0
Rrt/+freebsd/start+x86_64.s -> rt/+freebsd/start+x86_64-libc.s | 0
3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/rt/+freebsd/start+aarch64.s b/rt/+freebsd/start+aarch64-libc.s diff --git a/rt/+freebsd/start+riscv64.s b/rt/+freebsd/start+riscv64-libc.s diff --git a/rt/+freebsd/start+x86_64.s b/rt/+freebsd/start+x86_64-libc.s