From owner-freebsd-toolchain@FreeBSD.ORG Sun Jul 29 15:08:35 2012 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8FF9106564A; Sun, 29 Jul 2012 15:08:35 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from csmtp2.one.com (csmtp2.one.com [91.198.169.22]) by mx1.freebsd.org (Postfix) with ESMTP id 3B3498FC0A; Sun, 29 Jul 2012 15:08:35 +0000 (UTC) Received: from [192.168.1.12] (unknown [176.222.238.90]) by csmtp2.one.com (Postfix) with ESMTPA id B9396303D63F; Sun, 29 Jul 2012 15:08:33 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: Erik Cederstrand In-Reply-To: <1343484950.37325.YahooMailNeo@web113506.mail.gq1.yahoo.com> Date: Sun, 29 Jul 2012 17:08:33 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1343484950.37325.YahooMailNeo@web113506.mail.gq1.yahoo.com> To: Pedro Giffuni X-Mailer: Apple Mail (2.1278) Cc: "freebsd-toolchain@freebsd.org" Subject: Re: BSD ld (was Re: MCLinker and llvm-config) X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2012 15:08:35 -0000 Den 28/07/2012 kl. 16.15 skrev Pedro Giffuni: > Hello; >=20 > The Elftoolchain project has been developing a BSD ld: >=20 > http://sourceforge.net/apps/trac/elftoolchain/=20 >=20 >=20 > http://sourceforge.net/apps/trac/elftoolchain/browser/trunk/ld=20 >=20 >=20 > I thought that would be the official FreeBSD implementation. I asked about progress recently on ELFToolchain ld, but it currently = only handles simple programs: = http://sourceforge.net/mailarchive/message.php?msg_id=3D29593381 LLVM ld is "in its very early stages of development." = (http://lld.llvm.org) gold is GPLv3. MCLinker seems to me like the most promising project at the moment. But = in the end, working code is what counts :-) Erik=