summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2023-02-26 03:41:25 +0100
committerHenny022p <info@henny022.de>2023-02-26 03:41:25 +0100
commit27fc1b4ac8fabd72f0778bb4a8594d7c89e557e8 (patch)
tree6388642005e830f851e1e34d80b679b50c9ca1f0 /linker.ld
parent9016bc861ebb8fe35e36c516baf820e6412ea42a (diff)
new Makefile
big commit, but should be working ok now
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker.ld b/linker.ld
index 50a77389..ab7e510a 100644
--- a/linker.ld
+++ b/linker.ld
@@ -880,7 +880,7 @@ SECTIONS {
src/gba/m4a.o(.text);
asm/lib/libagbsyscall.o(.text);
src/eeprom.o(.text);
- *libc.a:memcpy.o(.text);
+ libc.a(.text);
/* handwritten assembly in arm mode */
asm/src/intr.o(.text);