[syslinux:elflink] com32: Remove klibc.c32

syslinux-bot for Matt Fleming matt.fleming at linux.intel.com
Wed Apr 27 14:30:55 PDT 2011


Commit-ID:  4965354404524633425c69a1adbbb386cfa0e1ed
Gitweb:     http://syslinux.zytor.com/commit/4965354404524633425c69a1adbbb386cfa0e1ed
Author:     Matt Fleming <matt.fleming at linux.intel.com>
AuthorDate: Tue, 12 Apr 2011 22:28:57 +0100
Committer:  Matt Fleming <matt.fleming at linux.intel.com>
CommitDate: Tue, 26 Apr 2011 09:53:40 +0100

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 <matt.fleming at linux.intel.com>


---
 com32/lib/Makefile |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

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 | \



More information about the Syslinux-commits mailing list