This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix building of cross compiler (PR target/81753).
- From: Mike Stump <mikestump at comcast dot net>
- To: Martin Liška <mliska at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, Segher Boessenkool <segher at kernel dot crashing dot org>
- Date: Tue, 15 Aug 2017 10:35:51 -0700
- Subject: Re: [PATCH] Fix building of cross compiler (PR target/81753).
- Authentication-results: sourceware.org; auth=none
- References: <a345372c-f40f-ccf4-e2f0-fa4eb9a417aa@suse.cz>
On Aug 15, 2017, at 6:35 AM, Martin Liška <mliska@suse.cz> 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.