[PATCH] Fix PR 18217, Ada build failure on darwin

Geoffrey Keating geoffk@geoffk.org
Tue Nov 23 23:45:00 GMT 2004


Stan Shebs <shebs@apple.com> writes:

> Andrew Pinski wrote:
> 
> > The problem here is that darwin-fallback.o is being placed in the libgcc
> > static library which is the wrong place, it should be in the libgcc_eh
> > static library.  This patch moves the file to be the right place and Ada
> > is able to build further now.
> >
> Wouldn't you want it to be in LIB2ADDEHSTATIC?

No, the reverse, it should really be in LIB2ADDEHSHARED.  Any user
program that links statically with this file may not work on future
versions of the OS.



More information about the Gcc-patches mailing list