From: Matt Fleming Date: Tue, 12 Apr 2011 21:28:57 +0000 (+0100) Subject: com32: Remove klibc.c32 X-Git-Tag: syslinux-5.00-pre1~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4965354404524633425c69a1adbbb386cfa0e1ed;p=platform%2Fupstream%2Fsyslinux.git com32: Remove klibc.c32 We don't need this anymore as it includes DYNOBJS but libcom32.c32 also includes those objects and we can now dynamically load libcom32.c32 at runtime. Signed-off-by: Matt Fleming --- diff --git a/com32/lib/Makefile b/com32/lib/Makefile index e09329c..2ead425 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -207,7 +207,7 @@ AUXDIR = $(DATADIR)/syslinux INCDIR = /usr/include COM32DIR = $(AUXDIR)/com32 -all: libcom32.a libcom32min.a klibc.c32 +all: libcom32.a libcom32min.a libcom32.a : $(LIBOBJS) rm -f $@ @@ -220,10 +220,6 @@ libcom32min.a : $(MINLIBOBJS) $(AR) cq $@ $^ $(RANLIB) $@ -klibc.c32 : $(DYNLIBOBJS) - rm -f $@ - $(LD) -shared -T elf32.ld -o $@ $(DYNLIBOBJS) - tidy dist clean: rm -f sys/vesa/alphatbl.c find . \( -name \*.o -o -name \*.a -o -name .\*.d -o -name \*.tmp \) -print0 | \