From 0aa2ef7d265999620b7bf1b8a7364674f486c594 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Wed, 30 Mar 2016 17:56:43 +0200 Subject: [PATCH] dw: Use 6809 link script from util Since it is identical anyway. Signed-off-by: Tormod Volden --- Applications/dw/Makefile.6809 | 2 +- Applications/dw/coco3.link | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 Applications/dw/coco3.link diff --git a/Applications/dw/Makefile.6809 b/Applications/dw/Makefile.6809 index 00b3d4d7..eba8d484 100644 --- a/Applications/dw/Makefile.6809 +++ b/Applications/dw/Makefile.6809 @@ -8,7 +8,7 @@ CFLAGS = -I../../Library/include -I../../Library/include/6502 LINKER_OPT = --format=raw -L../../Library/libs -lc6809 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += -L$(LIBGCCDIR) -lgcc -LINKER_OPT += --script=$(TARGET).link +LINKER_OPT += --script=../util/$(TARGET).link ASM_OPT = -o CRT0 = ../../Library/libs/crt0_6809.o diff --git a/Applications/dw/coco3.link b/Applications/dw/coco3.link deleted file mode 100644 index 11740160..00000000 --- a/Applications/dw/coco3.link +++ /dev/null @@ -1,9 +0,0 @@ -define basesympat __sectionbase_%s__ -define lensympat __sectionlen_%s__ -section .header load 0x0100 -section .text -section .text.startup -section .text.hot -section .test.unlikely -section .data -section .bss -- 2.34.1