From owner-freebsd-embedded@FreeBSD.ORG Thu Dec 1 07:49:22 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 DDB60106566B for ; Thu, 1 Dec 2011 07:49:22 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9876A8FC0C for ; Thu, 1 Dec 2011 07:49:22 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so1836751vbb.13 for ; Wed, 30 Nov 2011 23:49:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=mpydAvdhYgjhI8dXDuVoRaxZbHl6d2S++mHfv0pdL68=; b=OY+XGj9ZoIQcCWYaEsfvwMuAvZjFAEmXgBEmzcoNNTsKDmo4mtj+a2kAKmfoISkRtJ AlCD8yRRfOsZHKgcJRl7dUoV3lWeh62+dZ7iA3rWblpOKx5tiVanhR6j7KC9OGVN+ze2 g237e+re4pz6+9BDsH1y54JH6BXUpZozAp//A= MIME-Version: 1.0 Received: by 10.52.65.102 with SMTP id w6mr4983625vds.129.1322725761853; Wed, 30 Nov 2011 23:49:21 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.186.74 with HTTP; Wed, 30 Nov 2011 23:49:21 -0800 (PST) In-Reply-To: <96407605-79A9-4AE3-AC2F-13BD97943153@lassitu.de> References: <4ED6FD47.6050704@bluezbox.com> <96407605-79A9-4AE3-AC2F-13BD97943153@lassitu.de> Date: Thu, 1 Dec 2011 15:49:21 +0800 X-Google-Sender-Auth: I6lPgLOnVnfKzT15hIzI2F998rE Message-ID: From: Adrian Chadd To: Stefan Bethke Content-Type: text/plain; charset=ISO-8859-1 Cc: 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: Thu, 01 Dec 2011 07:49:22 -0000 The ports I need build fine on MIPS. I do it all the time on my routerstation pro (680mhz mips24k, 128mb RAM.) Be careful if you compile C++ code, the paging hurts. :) Cross-compiling though, that'd be nice. :) Adrian