arch/z80: fix garbage collector option to linker
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
2a6de301ee
commit
311efcd180
@ -64,7 +64,7 @@ ARCHASMINCLUDES = -include chip/clang-compat.asm
|
||||
ARCHASMLIST =
|
||||
ARCHASMWARNINGS = -W
|
||||
|
||||
LDFLAGS += -gc-sections
|
||||
LDFLAGS += --gc-sections
|
||||
|
||||
# Tool names/paths.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user