From owner-freebsd-arm@FreeBSD.ORG Wed Mar 27 16:39:07 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9187FB for ; Wed, 27 Mar 2013 16:39:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 43E03C25 for ; Wed, 27 Mar 2013 16:39:07 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id u12so1465941wey.33 for ; Wed, 27 Mar 2013 09:39:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=OmfM8eIJ2s3hUErXZLylLH8mcvjPeq1FpyFTiVS3CE8=; b=wuxllFTEVZV6z1uR9RlMs7uFNbFbZEpd/1fF5xGfoYZ2xhxkfXYeJejWnWIx2hoAiY egVT3PyDsvxN7IFFrv/ceSxhJHU+HGeOFWW8o5ezHHSkPkU4ofU2AfnNCUknKp55Xt9H +fIcTOouTJaefWeeJwm5DMHl0dA5WHWgsXtYODl/2VewXZsxGLctSZasF3PTeT6P98Mc oCrNhPWOFP5E3hLbMGLDKz+h12/LqTJthIiYqMg0rJGLzmAog3HgytFudXdJ4JB15Gqf 9376wg5UWtdr/Ak65Nnrx5UoIDkMp+qIGytZbHEDWhA5/okhwHC9Emk+9Wi/RRBfuChu dNNQ== MIME-Version: 1.0 X-Received: by 10.180.81.232 with SMTP id d8mr10944625wiy.25.1364402346086; Wed, 27 Mar 2013 09:39:06 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.108.130 with HTTP; Wed, 27 Mar 2013 09:39:05 -0700 (PDT) In-Reply-To: <610BDDE6-A8EC-4D84-8FAF-1B6014808C24@bsdimp.com> References: <5DFA61DB-70E4-4C3D-ACA0-995A175706C8@neville-neil.com> <5151B454.9090402@ceetonetechnology.com> <1CBF1416-3237-4DCE-8D61-7E998265C887@neville-neil.com> <1364311809.36972.27.camel@revolution.hippie.lan> <5151D045.80305@thieprojects.ch> <5151D9DB.7050001@thieprojects.ch> <167CF57D-01E3-4857-BF0E-C40B00FED226@netgate.com> <6AE34496-58E3-488B-BEE9-07FFB5A06AB3@netgate.com> <610BDDE6-A8EC-4D84-8FAF-1B6014808C24@bsdimp.com> Date: Wed, 27 Mar 2013 09:39:05 -0700 X-Google-Sender-Auth: EMNVEJ2zxDjgGX-PTAmpr1ZVAvw Message-ID: Subject: Re: RFC: "Crochet" build tool From: Adrian Chadd To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 16:39:07 -0000 On 26 March 2013 17:23, Warner Losh wrote: >> No, but none of them currently exist for non-x86 platforms, either. > > Except that they do. I've built arm images in the past. Do you have an example for using ARM + nanobsd? One of the big changes I made for my build scripts is to separate out toolchain/userland building (which is done once for a given architecture) from kernel building (once per target) from image building (again, once per target.) It'd be nice if we could do something similar in -HEAD. Adrian