diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 02:06:27 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 02:06:27 -0500 |
commit | a52d6e43794e0fa773f10dcebb820bd2bca8fc40 (patch) | |
tree | 36094eda149165d0e4dad545924b95f582d83838 | |
parent | 9d20f55a58064cb5a33e460985c82ed6c5fb3ca8 (diff) |
Fix modern ld_script
-rw-r--r-- | ld_script_modern.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |