www.delorie.com/archives/browse.cgi | search |
> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" <djgpp AT delorie DOT com> > Date: Sat, 28 Jan 2023 16:21:48 +0300 > > > BTW, if I revert the patch and go back to the previous version, -lgcc > > problem can be easily worked around when using a makefile, like: > > LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) > > my.dxe: > > dxe3gen -o my.dxe -E _sym -U $(OBJS) -L$(LIBGCCDIR) -lgcc > > > > I even created a documentation patch to dxegen.txi for it. Should we > > really keep the patch in, or revert it? > > And it is unnecessary behavior change when there is actually a solution > so I vote for reverting. Fine by me, thanks.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |