summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld_script_modern.txt2
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