From 4f0fc115d93ffe2080a8ebe7b567222202bcd972 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 29 Jun 1998 17:52:43 +0000 Subject: Correction from Aleksey Romanov to finish off his patch. I had trouble merging his original patch and this corrected a reject. --- make/custom/pc386.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'make/custom/pc386.cfg') diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg index 3aad174d6c..48ed118efe 100644 --- a/make/custom/pc386.cfg +++ b/make/custom/pc386.cfg @@ -89,6 +89,7 @@ endef else define make-exe $(CC) $(CFLAGS) $(CFLAGS_LD) -Wl,-Ttext,$(RELOCADDR) \ + -Wl,--oformat,elf32-i386 -o $(basename $@).obj \ -o $(basename $@).obj \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O a.out-i386 \ -- cgit v1.2.3