* Florian Weimer:
> * Joseph Myers:
>
>> On Wed, 13 Mar 2019, Florian Weimer wrote:
>>
>>> Would it be possible to turn libgcc_s.so into a linker script that links
>>> against libgcc.a and libgcc_s.so.1, and teach g++ not to link against
>>> libgcc.a explicitly anymore?
>>
>> It is already a linke
* Joseph Myers:
> On Wed, 13 Mar 2019, Florian Weimer wrote:
>
>> Would it be possible to turn libgcc_s.so into a linker script that links
>> against libgcc.a and libgcc_s.so.1, and teach g++ not to link against
>> libgcc.a explicitly anymore?
>
> It is already a linker script on platforms using t
On Wed, 13 Mar 2019, Florian Weimer wrote:
> Would it be possible to turn libgcc_s.so into a linker script that links
> against libgcc.a and libgcc_s.so.1, and teach g++ not to link against
> libgcc.a explicitly anymore?
It is already a linker script on platforms using t-slibgcc-libgcc in
libgcc
Would it be possible to turn libgcc_s.so into a linker script that links
against libgcc.a and libgcc_s.so.1, and teach g++ not to link against
libgcc.a explicitly anymore?
I'm suggesting this because libtool uses -nostdlib when linking shared
objects in C++ mode, and does not link against -lgcc, o