Re: [PATCH] Fix building of cross compiler (PR target/81753).

2017-08-15 Thread Mike Stump
On Aug 15, 2017, at 6:35 AM, Martin Liška wrote: > > Simple fix for the PR where we wrongly combine extra_objs. > Ready to install the patch? Ok. > PR target/81753 > * config.gcc: Respect previously set extra_objs in case > of darwin target.

Re: [PATCH] Fix building of cross compiler (PR target/81753).

2017-08-15 Thread Segher Boessenkool
Hi! On Tue, Aug 15, 2017 at 03:35:36PM +0200, Martin Liška wrote: > Simple fix for the PR where we wrongly combine extra_objs. > > Ready to install the patch? Looks fine to me. This code is also for x86, but you could well call this obvious and/or trivial :-) (Testing on x86 wouldn't hurt of c

[PATCH] Fix building of cross compiler (PR target/81753).

2017-08-15 Thread Martin Liška
Hi. Simple fix for the PR where we wrongly combine extra_objs. Ready to install the patch? Thanks, Martin gcc/ChangeLog: 2017-08-15 Martin Liska PR target/81753 * config.gcc: Respect previously set extra_objs in case of darwin target. --- gcc/config.gcc | 2 +- 1 fi