Re: [PATCH] Build *-match.o as early as possible

2015-08-03 Thread Richard Biener
On August 3, 2015 5:03:05 PM GMT+02:00, Segher Boessenkool wrote: >The two files *-match.o files always finish building last, so if we >start building them as soon as possible (instead of pretty late) the >total build time will be less on a parallel build. > >Bootstrapped and tested on powerpc64-

[PATCH] Build *-match.o as early as possible

2015-08-03 Thread Segher Boessenkool
The two files *-match.o files always finish building last, so if we start building them as soon as possible (instead of pretty late) the total build time will be less on a parallel build. Bootstrapped and tested on powerpc64-linux. Is this okay for trunk? Segher 2014-080-3 Segher Boessenkool