diff options
| author | Henny022p <info@henny022.de> | 2023-02-26 03:41:25 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2023-02-26 03:41:25 +0100 |
| commit | 27fc1b4ac8fabd72f0778bb4a8594d7c89e557e8 (patch) | |
| tree | 6388642005e830f851e1e34d80b679b50c9ca1f0 /linker.ld | |
| parent | 9016bc861ebb8fe35e36c516baf820e6412ea42a (diff) | |
new Makefile
big commit, but should be working ok now
Diffstat (limited to 'linker.ld')
| -rw-r--r-- | linker.ld | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
