From owner-freebsd-toolchain@FreeBSD.ORG Fri Aug 3 15:18:43 2012 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F32C5106564A; Fri, 3 Aug 2012 15:18:42 +0000 (UTC) (envelope-from pete.chou@gmail.com) Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 96C3C8FC1B; Fri, 3 Aug 2012 15:18:42 +0000 (UTC) Received: by qaat11 with SMTP id t11so2451734qaa.13 for ; Fri, 03 Aug 2012 08:18:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=LgE4v2LaY002OesIv9PmSmnnUXHaDcR+BjP/szJQBw4=; b=JBv1xzaASZSykjm28avSShtZnGCtnnV0sRug8/2ZgudEkcfp4P1SoaVhZ0IG1V2H1k kt0Gnb00Gb22VAS8AVX3diazqFdFJzNzoMxmsLg7E27MRuccKwpE9QGNbQUtbVAOfQW2 EQsC/IC74TTykxu4fa7We5HQgLNXm1Bz3sHC+0/5lH3yupyNNH0JlwLkmPSx0yI8Nh4z cI9oyYwa+z/wgEMJIQ9N/nWa9Xt83qkYZ70/WOzZa1cgNMz971VM8QOKfaYxUM2b1x7W 2JJUqGHLycjbgzcmN5VLeU91MAZoMLBstQ3T26ELcnNg2ZK3cmaIJ0mRBTnUvfglJuPl 0KsQ== Received: by 10.229.137.146 with SMTP id w18mr973906qct.119.1344007116119; Fri, 03 Aug 2012 08:18:36 -0700 (PDT) MIME-Version: 1.0 Sender: pete.chou@gmail.com Received: by 10.229.79.82 with HTTP; Fri, 3 Aug 2012 08:18:05 -0700 (PDT) In-Reply-To: References: From: pete Date: Fri, 3 Aug 2012 23:18:05 +0800 X-Google-Sender-Auth: bWMt2IJiVPgkTKPZAYiJ8KkM5OI Message-ID: To: David Chisnall Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-toolchain@freebsd.org Subject: Re: BSD archive file formats 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: Fri, 03 Aug 2012 15:18:43 -0000 Sure! Making MCLinker be a solid toolchain/system linker is an important goal in the project. Thanks, Pete On Fri, Aug 3, 2012 at 9:19 PM, David Chisnall wrote: > On 3 Aug 2012, at 13:39, pete wrote: > > > And I also checked that MCLinker is able to link itself with archive > libraries on i386 FreeBSD9. > > This is the bit we care about. The system linker must, at a minimum, be > able to link the base system. There are a great many other features that > we want, but this is the requirement for replacing GNU ld in the base > system. > > David > >