You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[runtimes] Append -nostd*++ flags only if necessary
Append `-nostd*++` flags only if we have checked that a trivial C++
program cannot link without them. This is meant as a workaround
for #90332. While the flags could still incorrectly be passed
to the C compiler, this should at least no longer happen when we are
using a C++ compiler with the C++ runtime provided, which is the case
Gentoo was hitting.
Fixes#90332
Signed-off-by: Michał Górny <[email protected]>
0 commit comments