This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix build on PE-COFF targets and PR40125 [was Re: [patch libquadmath]: Fix build of gfortran using libquadmath for pe-coff targets]
On 28 Nov 2010, at 13:09, Dave Korn wrote:
IainS, is there a chance that you could try this on Darwin?
Yes - will do.
1) I hope it
might fix your current bootstrap problem as well, because the current
libquadmath Makefile already has -no-undefined in it which this
patch would
effectively remove,
Well, that's an instance in which it didn't matter -
(I suspect that, for libs that are not plugins, usually '-undefined
error' would be correct and therefore this issue would go un-noticed).
- the i686-darwin8 bootstrap has been fixed by other changes along
the way.
(*86* darwin 9 & 10 have been OK all along)
I have not tried Xs recently - will also try and fit that in during
the coming week...
2) you might like to consider whether the -single_module
flag should be added to lt_undef_flags since a lot of the library
makefiles
think it's useful on darwin; would it be valid everywhere?
OK - will look at that,
Iain