On Sun, Nov 23, 2014 at 2:12 PM, FX wrote:
>> -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.
> -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
On Sun, Nov 23, 2014 at 1:27 PM, FX wrote:
> Hi libcc1 team and build maintainers,
>
> Since libcc1 isn’t bootstrapped anymore, it breaks bootstrap on darwin with
> GCC as the system compiler (which isn’t the default, but is still pretty
> common, notably for people who need to build the Ada com