From owner-freebsd-embedded@FreeBSD.ORG Tue Dec 6 03:55:19 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 842931065673; Tue, 6 Dec 2011 03:55:19 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B10E38FC16; Tue, 6 Dec 2011 03:55:18 +0000 (UTC) Received: from [10.0.0.150] (150.imp.bsdimp.com [10.0.0.150] (may be forged)) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id pB63stvG052011 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Mon, 5 Dec 2011 20:55:05 -0700 (MST) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20111205235219.GB18310@lonesome.com> Date: Mon, 5 Dec 2011 20:54:55 -0700 Content-Transfer-Encoding: 7bit Message-Id: <1F03AEDA-7B01-4AF9-83B5-415B9226DF0F@bsdimp.com> References: <4ED6FD47.6050704@bluezbox.com> <96407605-79A9-4AE3-AC2F-13BD97943153@lassitu.de> <20111205235219.GB18310@lonesome.com> To: Mark Linimon X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Mon, 05 Dec 2011 20:55:09 -0700 (MST) Cc: linimon@freebsd.org, freebsd-embedded@freebsd.org Subject: Re: Ports cross-compilation X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 03:55:19 -0000 On Dec 5, 2011, at 4:52 PM, Mark Linimon wrote: > On Thu, Dec 01, 2011 at 08:44:49AM +0100, Stefan Bethke wrote: >> Has anyone set up a ports build for mips yet, perhaps in an emulator? > > Someone asked me about building in an emulator (I think it was arm) a > couple of months ago, as they had an emulator instance up and running. > Unfortunately I task-switched without writing down who that was. > > If anyone has instances available, we can give it a shot. The newer > codebase on pointyhat-west can be told "build only this list of ports". > Of course, the Right solution is to add some kind of metadata. I've > toyed with the idea of how to do that but don't have any concrete idea. Well, the ONLY_FOR_ARCH stuff might be a good first-order clue. Warner