This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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, freebsd]: Build quad soft-fp library.


On Tue, Aug 31, 2010 at 2:17 PM, Jakub Jelinek <jakub@redhat.com> wrote:

>> --- libgcc/config/i386/libgcc-bsd.ver (revision 0)
>> +++ libgcc/config/i386/libgcc-bsd.ver (revision 0)
> ...
>> --- libgcc/config/i386/t-freebsd ? ? ?(revision 0)
>> +++ libgcc/config/i386/t-freebsd ? ? ?(revision 0)
>> @@ -0,0 +1,2 @@
>> +# Add support for the introduction of 128-bit long double.
>> +SHLIB_MAPFILES += $(srcdir)/config/i386/libgcc-bsd.ver
>
> One more thing. ?Is this planned just for freebsd, or openbsd/netbsd as
> well? ?If the former, then the *.ver file should be probably
> libgcc/config/i386/libgcc-freebsd.ver, as when openbsd/netbsd decide
> to do similarly, it might be already in GCC 4.7 or later and then
> they will need to use a different *.ver file.
> If the latter, perhaps the t-* file should be called t-bsd instead of
> t-freebsd?

We can always rename these files, so I see no problem with current
naming (t-freebsd is named due to the fact that it is called from
freebsd specific portions of the makefile).

Uros.


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