From 2d7d605fdfde31394a46a9bc57f39f20e2f39334 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Aug 1998 14:41:23 +0000 Subject: Patch from Aleksey : It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'. --- c/src/lib/libbsp/i386/pc386/start/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/start/Makefile.in') diff --git a/c/src/lib/libbsp/i386/pc386/start/Makefile.in b/c/src/lib/libbsp/i386/pc386/start/Makefile.in index 1f4aacfc86..5d0056ecfb 100644 --- a/c/src/lib/libbsp/i386/pc386/start/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/start/Makefile.in @@ -64,7 +64,6 @@ ${ARCH}/start16.o: start16.s $(AS) $(ASFLAGS) -o $@ $*.i ${ARCH}/start16.bin: ${ARCH}/start16.o - - $(LD) -N -T $(LINKCMDS) -Ttext $(START16ADDR) -e start16 -nostdlib \ + $(LD) -N -T $(LINKCMDS) -Ttext $(START16ADDR) -e start16 -nostdlib \ --oformat=elf32-i386 -o $(basename $@).obj $(basename $@).o - - $(OBJCOPY) -O binary $(basename $@).obj $@ - cp $(basename $@).o $(basename $@).bin + $(OBJCOPY) -O binary $(basename $@).obj $@ -- cgit v1.2.3