This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Andrew Pinski wrote:


On Nov 19, 2004, at 7:01 PM, Stan Shebs wrote:


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?


Because we need it in the libgcc shared library too.

OK then, thanks!


Stan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]