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 libquadmath]: Fix build of gfortran using libquadmath for pe-coff targets


PING

2010/11/24 Kai Tietz <ktietz70@googlemail.com>:
> 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
>



-- 
|? (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination


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