From 737d0b39e40408a69f65dee9d1b5cae961496780 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Tue, 10 Jul 2018 06:41:41 +0000 Subject: [PATCH] cursesgames: 68000: fix compilation Signed-off-by: Paolo Pisati --- Applications/cursesgames/Makefile.68000 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/cursesgames/Makefile.68000 b/Applications/cursesgames/Makefile.68000 index 7ee3753c..9dad9185 100644 --- a/Applications/cursesgames/Makefile.68000 +++ b/Applications/cursesgames/Makefile.68000 @@ -4,7 +4,7 @@ ASM = m68k-uclinux-as AR = m68k-uclinux-ar LINKER = m68k-uclinux-ld CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -msoft-float -Wall -m68000 -Os -I../../Library/include -I../../Library/include/68000 -LINKER_OPT = -L../../Library/libs -lcurses68000 -lc68000 +LINKER_OPT = -lcurses68000 -ltermcap68000 -L../../Library/libs -lc68000 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += --emit-relocs -L$(LIBGCCDIR) -lgcc -T ../../Library/elf2flt.ld CRT0 = ../../Library/libs/crt0_68000.o -- 2.34.1