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

2020-12-09 Thread Jason Merrill via Gcc-patches
On 11/11/20 3:58 PM, Iain Sandoe wrote: resending - the first & second attempt didn’t seem to make it to gcc-patches. Hi 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 c

PING^1 Re: [PATCH] C++ : Add the -stdlib= option.

2020-11-27 Thread Iain Sandoe
Hi Folks, this patch needs C++ review thanks Iain Iain Sandoe wrote: resending - the first & second attempt didn’t seem to make it to gcc-patches. Hi This option allows the user to specify alternate C++ runtime libraries, for example when a platform uses libc++ as the installed C++ runti

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

2020-11-11 Thread Iain Sandoe
resending - the first & second attempt didn’t seem to make it to gcc-patches. Hi 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 libstd