From owner-freebsd-current@FreeBSD.ORG Thu May 1 09:53:21 2014 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CFD55AC; Thu, 1 May 2014 09:53:21 +0000 (UTC) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DCC9B1649; Thu, 1 May 2014 09:53:20 +0000 (UTC) Received: from [192.168.0.7] (cpc14-cmbg15-2-0-cust307.5-4.cable.virginm.net [82.26.1.52]) (authenticated bits=0) by theravensnest.org (8.14.7/8.14.7) with ESMTP id s419r7Jo099555 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 1 May 2014 09:53:11 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: odd message from ld in -current around 9.0 branchpoint From: David Chisnall In-Reply-To: <535FE3D9.5040508@freebsd.org> Date: Thu, 1 May 2014 10:53:02 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <1A6F930D-8E5F-438C-B6A4-4FA16370B0D9@FreeBSD.org> References: <535F3B87.4060706@freebsd.org> <1398773853.22079.2.camel@revolution.hippie.lan> <535FC85E.9020002@freebsd.org> <535FE3D9.5040508@freebsd.org> To: Julian Elischer X-Mailer: Apple Mail (2.1874) Cc: FreeBSD Current , Ian Lepore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 09:53:21 -0000 On 29 Apr 2014, at 18:39, Julian Elischer wrote: > I just recompiled ld and gcc and it's still not working.. did we break = sysroot support some time in 2011? My memory may be faulty, but I was under the impression that we switched = *to* enabling sysroot support in the toolchain some time around 2012. = --sysroot=3D appears to work with ld (at least) on 10.0, but it didn't = on 9.0 and I don't know if the change was MFC'd to 9. =20 David