From a52d6e43794e0fa773f10dcebb820bd2bca8fc40 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 19 Jan 2021 02:06:27 -0500 Subject: Fix modern ld_script --- ld_script_modern.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld_script_modern.txt b/ld_script_modern.txt index 992706e1b..588685112 100644 --- a/ld_script_modern.txt +++ b/ld_script_modern.txt @@ -37,7 +37,7 @@ SECTIONS { .text : ALIGN(4) { - asm/crt0.o(.text); + src/crt0.o(.text); *(.text*); } =0 -- cgit v1.2.3