From eb223f269de14543346a160d5993dac7df5939be Mon Sep 17 00:00:00 2001 From: obarthel Date: Fri, 18 Nov 2016 17:20:58 +0100 Subject: [PATCH] simple_sprintf build again simple_sprintf needs libgcc.a to build correctly. --- test_programs/GNUmakefile.68k | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_programs/GNUmakefile.68k b/test_programs/GNUmakefile.68k index f7e171d..262572f 100644 --- a/test_programs/GNUmakefile.68k +++ b/test_programs/GNUmakefile.68k @@ -117,7 +117,7 @@ fstat_test : fstat_test.o simple_sprintf : simple_sprintf.o @echo "Linking $@" - $(CC) -nostdlib $(CFLAGS) -o $@ simple_sprintf.o -lc -Wl,--cref,-M,-Map=$@.map + $(CC) -nostdlib $(CFLAGS) -o $@ simple_sprintf.o -lc -lgcc -Wl,--cref,-M,-Map=$@.map date_test : date_test.o @echo "Linking $@"