Re: [PATCH v2] C++ : Add the -stdlib= option.

2021-03-29 Thread Eric Gallager via Gcc-patches
Hi Iain, could you add a note about this change to the gcc-11/changes.html page? There are probably some people who would be interested in this who could use a note about it. Thanks On Tue, Dec 22, 2020 at 3:53 PM Jason Merrill via Gcc-patches wrote: > > On 12/22/20 3:39 PM, Iain Sandoe wrote: >

Re: [PATCH v2] C++ : Add the -stdlib= option.

2020-12-22 Thread Jason Merrill via Gcc-patches
On 12/22/20 3:39 PM, Iain Sandoe wrote: Hi Jason, Jason Merrill wrote: On 11/11/20 3:58 PM, Iain Sandoe wrote: This option allows the user to specify alternate C++ runtime libraries, for example when a platform uses libc++ as the installed C++ runtime. It is the same spelling as a clang

[PATCH v2] C++ : Add the -stdlib= option.

2020-12-22 Thread Iain Sandoe
Hi Jason, Jason Merrill wrote: > On 11/11/20 3:58 PM, Iain Sandoe wrote: >> This option allows the user to specify alternate C++ runtime libraries, >> for example when a platform uses libc++ as the installed C++ runtime. >> It is the same spelling as a clang option that allows that to use