From owner-freebsd-arm@FreeBSD.ORG Mon Aug 19 07:00:59 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1FC3196D for ; Mon, 19 Aug 2013 07:00:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-oa0-f49.google.com (mail-oa0-f49.google.com [209.85.219.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB10B26D4 for ; Mon, 19 Aug 2013 07:00:58 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id n10so5167205oag.8 for ; Mon, 19 Aug 2013 00:00:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=gYhZB66W6ZX82uAuk29OyTikNyonQzCgNTNqcin2X0w=; b=ML1DPs2OsraUZHEHtd2h4CjXDc7oZ8Qwc02VbNypNre9qfCmqQYo7QaHRVTAj7EfYE iGUJob4h7z0ppL6zALhUO/JGcxawRQFvSGX6MsZWX8PU6iEfDj6ZfhAJnR9RZaa/Z/uk A6Oc+vRKFKhsChww88demzLpKWNeOIuEioiHxxTnHNrnXzSn1fUapLK6yZKVNsPLBYSu EORKCkl4WXkR98yXlqIAWDwKTyjiKk1n0CbIFD8zV0u/tWtCLbTbEuvm+EQJi++hR7Po LzKjK92EczGJTyg/pAfAwMQbAMvw0lUHqGm7kRoAG3wH413+GIP3t8MVvPyurHa7Oh8j 4A9A== X-Gm-Message-State: ALoCoQkTPY/I4bivXdoEljPZZWdQ4wxc/HdoP5tuLlpfv+mXiDRH+euvkv4efLXbOmHhu9WNk3QU X-Received: by 10.182.50.137 with SMTP id c9mr11684825obo.28.1376895652429; Mon, 19 Aug 2013 00:00:52 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id db17sm14905986oec.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 Aug 2013 00:00:51 -0700 (PDT) Sender: Warner Losh Subject: Re: pkg repository for ARM? Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Mon, 19 Aug 2013 01:00:48 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <362C6BD9-C7BB-4000-92B1-11814B982E4D@bsdimp.com> References: <522A0D57-4DD4-4669-BB5A-AFCD81E9F497@netsense.nl> <986E81B3-7AB8-469B-BDBB-37909AAEEFE2@kientzle.com> To: Douglas Beattie X-Mailer: Apple Mail (2.1085) Cc: Tim Kientzle , freebsd-arm 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: Mon, 19 Aug 2013 07:00:59 -0000 On Aug 15, 2013, at 10:01 PM, Douglas Beattie wrote: > Like, I wouldn't expect binaries built on BeagleBone Black to run on = my Atmel ARM9 board. The bbb binaries would be armv6, while the atmel binaries would be plain = arm... Warner