Re: [PATCH, r3], Add optional IEEE/IBM long double multilib support

2018-01-12 Thread Segher Boessenkool
Hi! On Fri, Jan 12, 2018 at 01:46:27AM -0500, Michael Meissner wrote: > This is my current multilib version support for migrating PowerPC servers from > using IBM extended double as the long double type to IEEE 128-bit floating > point. > > I have built both little endian and big endian PowerPC t

Re: [PATCH, r3], Add optional IEEE/IBM long double multilib support

2018-01-12 Thread Segher Boessenkool
On Fri, Jan 12, 2018 at 07:23:37AM -0500, Michael Meissner wrote: > Of course it would be helpful, if I included the patch: Yup :-) > 2018-01-12 Michael Meissner > > * config.gcc (powerpc*-linux*-*): Add support for 64-bit little > endian Linux systems to optionally enable multili

Re: [PATCH, r3], Add optional IEEE/IBM long double multilib support

2018-01-12 Thread Michael Meissner
Of course it would be helpful, if I included the patch: 2018-01-12 Michael Meissner * config.gcc (powerpc*-linux*-*): Add support for 64-bit little endian Linux systems to optionally enable multilibs for selecting the long double type if the user configured an explicit

Re: [PATCH, r3], Add optional IEEE/IBM long double multilib support

2018-01-11 Thread Michael Meissner
This is my current multilib version support for migrating PowerPC servers from using IBM extended double as the long double type to IEEE 128-bit floating point. I have built both little endian and big endian PowerPC toolchains without the options, and it works with no regressions. I have also bui