This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR target/80556
- From: Jeff Law <law at redhat dot com>
- To: Simon Wright <simon at pushface dot org>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 28 Jun 2017 11:40:42 -0600
- Subject: Re: [PATCH] PR target/80556
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=law at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B136074846
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B136074846
- References: <9BD5550D-1CBC-4A8C-80DE-61BE01001EE6@pushface.org>
On 06/09/2017 07:57 AM, Simon Wright wrote:
> 2017-06-09 Simon Wright <simon@pushface.org>
>
> PR target/80556
> * configure.ac (stage1_ldflags): For Darwin, include -lSystem.
> (poststage1_ldflags): likewise.
> * configure: regenerated.
I'm a bit confused here. Isn't -lSystem included in darwin's LIB_SPEC
in which case the right things ought to already be happening, shouldn't it?
Jeff