scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 358bba5a4e36e8a23e3195b2da2309d573295c31
parent 125aaf11cb4415ebca25358fd62441e45c1890b7
Author: Naveen Narayanan <zerous@simple-cc.org>
Date:   Mon, 15 Jun 2020 14:45:28 +0200

libc: Fix filename in crt.s for arm64

Signed-off-by: Naveen Narayanan <zerous@simple-cc.org>

Diffstat:
Msrc/libc/arch/arm64/linux/crt.s | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libc/arch/arm64/linux/crt.s b/src/libc/arch/arm64/linux/crt.s @@ -1 +1 @@ - .include "../crt-posix.c" + .include "../crt-posix.s"