Re: [PATCH] Don't bootstrap libcc1

2014-10-31 Thread Richard Biener
On Fri, Oct 31, 2014 at 12:01 PM, Jakub Jelinek wrote: > On Thu, Oct 30, 2014 at 09:39:06AM +0100, Paolo Bonzini wrote: >> >> --- configure.ac 2014-10-28 14:39:53.018852391 +0100 >> >> +++ configure.ac 2014-10-29 11:43:19.873216226 +0100 >> >> @@ -2677,6 +2677,7 @@ for module in ${configdirs}

Re: [PATCH] Don't bootstrap libcc1

2014-11-01 Thread Jakub Jelinek
On Sat, Nov 01, 2014 at 10:23:24AM +0100, Dominique Dhumieres wrote: > > Seems removing that makes the configure.ac change unneeded. > > Bootstrapped/regtested on x86_64-linux and i686-linux (libcc1 > > is built after compare, by stage3 compiler), and built > > with --disable-bootstrap on i686-linu

Re: [PATCH] Don't bootstrap libcc1

2014-11-01 Thread Dominique d'Humières
> Le 1 nov. 2014 à 10:43, Jakub Jelinek a écrit : > > So you don't have libstdc++.a in > /opt/gcc/build_w/x86_64-apple-darwin14.0.0/libstdc++-v3/src/.libs ? > > Jakub Indeed I have it: [Book15] gcc/build_w% lf -l x86_64-apple-darwin14.0.0/libstdc++-v3/src/.libs/libstdc++.a -rw-r--r-- 1

Re: [PATCH] Don't bootstrap libcc1

2014-11-08 Thread Dominique d'Humières
I am still unable to bootstrap darwin14 without revision r216964 reverted. Executing the simplified command /opt/gcc/build_w/gcc/xg++ -B/opt/gcc/build_w/gcc/ -L/opt/gcc/build_w/x86_64-apple-darwin14.0.0/libstdc++-v3/src/.libs -o .libs/libcc1.0.so .libs/findcomp.o -static-libstdc++ -static-libgc

Re: [PATCH] Don't bootstrap libcc1

2014-11-08 Thread Jakub Jelinek
On Sat, Nov 08, 2014 at 04:31:28PM +0100, Dominique d'Humières wrote: > I am still unable to bootstrap darwin14 without revision r216964 reverted. > Executing the simplified command > > /opt/gcc/build_w/gcc/xg++ -B/opt/gcc/build_w/gcc/ > -L/opt/gcc/build_w/x86_64-apple-darwin14.0.0/libstdc++-v3/

Re: [PATCH] Don't bootstrap libcc1

2014-11-08 Thread Jack Howarth
Dominique, I thought from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63773#c1 that you were having clean bootstraps on darwin. I have tested x86_64-apple-darwin11/12/13/14 without issues in the creation of libcc1.0 % otool -L libcc1.0.so libcc1.0.so: /sw/lib/gcc5.0/lib/libstdc++.6.dylib (c

Re: [PATCH] Don't bootstrap libcc1

2014-11-08 Thread Iain Sandoe
On 8 Nov 2014, at 15:41, Jakub Jelinek wrote: > On Sat, Nov 08, 2014 at 04:31:28PM +0100, Dominique d'Humières wrote: >> I am still unable to bootstrap darwin14 without revision r216964 reverted. >> Executing the simplified command >> >> /opt/gcc/build_w/gcc/xg++ -B/opt/gcc/build_w/gcc/ >> -L/

Re: [PATCH] Don't bootstrap libcc1

2014-11-08 Thread Jack Howarth
Iain, Any idea why this isn't failing universally? On all of the machines tested here with 'make bootstrap', the linkage of libcc1.so finds the necessary libstdc++ from the set of flags... -L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin13.4.0/libstdc++-v3/src -L/sw/src

Re: [PATCH] Don't bootstrap libcc1

2014-11-08 Thread Dominique d'Humières
> Le 8 nov. 2014 à 22:55, Jack Howarth a écrit : > > Iain, > Any idea why this isn't failing universally? On all of the > machines tested here with 'make bootstrap', the linkage of libcc1.so > finds > the necessary libstdc++ from the set of flags... > > -L/sw/src/fink.build/gcc50-5.0.0-1000

Re: [PATCH] Don't bootstrap libcc1

2014-11-08 Thread Jack Howarth
Dominique, That is curious. I wouldn't have thought that the compiler selection would have had such a radical effect on the linkage flags emitted for the build directories. Jack On Sat, Nov 8, 2014 at 4:59 PM, Dominique d'Humières wrote: > >> Le 8 nov. 2014 à 22:55, Jack Howart

Re: [PATCH] Don't bootstrap libcc1

2014-11-09 Thread Iain Sandoe
Jack, Dominique, I think we have two issues here - let's make sure we don't derail dealing with the first one. On 8 Nov 2014, at 22:08, Jack Howarth wrote: >That is curious. I wouldn't have thought that the compiler > selection would have had such a radical effect on the linkage flags > emi