libcc1 breaks bootstrap on darwin

FX fxcoudert@gmail.com
Sun Nov 23 22:37:00 GMT 2014


> -L/opt/gcc/p_build/x86_64-apple-darwin14.0.0/libstdc++-v3/src/.libs
> Why aren't they sufficient for MacOS linker to find libstdc++.a?

Because it’s gonna also use -static-libstdc++, which relies on spec substitution, for which -L is not enough.

FX


More information about the Gcc mailing list