From ff7c5a325bc16720904dc14d3fc2f899205cd4fa Mon Sep 17 00:00:00 2001 From: Feng Tang Date: Tue, 8 Jun 2010 15:12:32 +0800 Subject: elflink: fix some compile error --- core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/Makefile') diff --git a/core/Makefile b/core/Makefile index 166f0e4e..2e5ce7cc 100644 --- a/core/Makefile +++ b/core/Makefile @@ -49,8 +49,8 @@ ALLSRC = $(NASMSRC) $(NASMHDR) $(CSRC) $(SSRC) $(CHDR) $(OTHERSRC) COBJ := $(patsubst %.c,%.o,$(CSRC)) SOBJ := $(patsubst %.S,%.o,$(SSRC)) -LIB = libcore.a -LIBS = $(LIB) $(com32)/lib/libcomcore.a $(LIBGCC) +LIB = libcom32.a +LIBS = $(LIB) $(com32)/lib/libcom32min.a $(LIBGCC) LIBOBJS = $(COBJ) $(SOBJ) NASMDEBUG = -g -F dwarf -- cgit v1.2.1