libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] [CXX] Use correct export_dynamic_flag_spec for PE-COFF $host


From: Charles Wilson
Subject: Re: [PATCH] [CXX] Use correct export_dynamic_flag_spec for PE-COFF $hosts
Date: Wed, 01 Jul 2009 00:48:52 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.22) Gecko/20090605 Thunderbird/2.0.0.22 Mnenhy/0.7.6.666

Ralf Wildenhues wrote:
> Yes but can you please check that you don't need to add another 3
> patches for F77, FC, GCJ?

Well, the whole tag-based mechanism in libtool makes my teeth ache, but
as far as I can tell we don't actually have separate cases for those
other languages' linker requirements at present.  There's just C++, and
"everything else":

m4_defun([_LT_LINKER_SHLIBS],
...
m4_if([$1], [CXX], [
c++ _LT_TAGVAR stuff
], [
other _LT_TAGVAR stuff
]])

Presuming there WAS a need for a separate setting for F77 or FC or
GCJ...er, where exactly would such things go?

--
Chuck




reply via email to

[Prev in Thread] Current Thread [Next in Thread]