Skip to content

Restore exclusion of "gcc*" libraries from implicit link information

Brad King requested to merge brad.king/cmake:restore-libgcc-exclusion into master

Revert !800 (merged). Libraries such as gcc_s and gcc_eh are conditionally implied by gcc based on how it is invoked. They are not safe to use arbitrarily, and so cannot be reported as part of gcc's implicit libraries. Another solution to mixing compiler vendors will be needed.

Fixes: #17436 (closed)

Edited by Brad King

Merge request reports