Re: libcc1 breaks bootstrap on darwin

2014-11-23 Thread H.J. Lu
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.

Re: libcc1 breaks bootstrap on darwin

2014-11-23 Thread FX
> -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

Re: libcc1 breaks bootstrap on darwin

2014-11-23 Thread H.J. Lu
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

libcc1 breaks bootstrap on darwin

2014-11-23 Thread FX
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 compiler): https://gcc.gnu.org/bugzilla/show_bug.cgi?id