[patch libquadmath]: Fix build of gfortran using libquadmath for pe-coff targets

Kai Tietz ktietz70@googlemail.com
Wed Nov 24 10:00:00 GMT 2010


2010/11/23 Tobias Burnus <burnus@net-b.de>:
> On 11/21/2010 08:12 PM, Kai Tietz wrote:
>>
>> -libquadmath_la_LINK = $(LINK) $(libgfortran_la_LDFLAGS)
>> -libquadmath_la_DEPENDENCIES = $(version_dep)
>> +libquadmath_la_LDFLAGS = -version-info `grep -v '^\#'
>> $(srcdir)/libtool-version` \
>> +                        $(version_arg) -no-undefined -bindir "$(bindir)"
>> -lm
>> +#libquadmath_la_LINK = $(LINK) $(libgfortran_la_LDFLAGS)
>
> Well, that's supposed to be: s/libgfortran/libquadmath/ in the whole file --
> there is and should be no dependency on libgfortran.

Yeah, maybe. But I think this line isn't necessary at all.

I attached updated patch without the commented line. To fiddle about
-no-undefined I let for Dave ;)

Regards,
Kai


-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libquadmath.diff
Type: application/octet-stream
Size: 5760 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20101124/6f6331d0/attachment.obj>


More information about the Gcc-patches mailing list