Correction from Aleksey Romanov <qqi@world.std.com> to finish off his patch.

I had trouble merging his original patch and this corrected a reject.
This commit is contained in:
Joel Sherrill
1998-06-29 17:52:43 +00:00
parent dc95ee8dce
commit 4f0fc115d9

View File

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