From owner-freebsd-arm@FreeBSD.ORG Wed Sep 19 06:06:54 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B139716A419 for ; Wed, 19 Sep 2007 06:06:54 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 55BE113C48D for ; Wed, 19 Sep 2007 06:06:54 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from home.alpha-tierchen.de (port-212-202-41-17.dynamic.qsc.de [212.202.41.17]) by mail.liberty-hosting.de (Postfix) with ESMTP id A808E3E95B0; Wed, 19 Sep 2007 08:08:27 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id 0E6DD45068; Wed, 19 Sep 2007 08:06:52 +0200 (CEST) Received: from 2001:6f8:101e:0:20e:cff:fe6d:6adb (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Wed, 19 Sep 2007 08:06:52 +0200 (CEST) Message-ID: <52048.2001:6f8:101e:0:20e:cff:fe6d:6adb.1190182012.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <20070918.170443.-1548242567.imp@bsdimp.com> References: <20070918182508.V24397@fw.reifenberger.com> <46F0064C.3080702@uchicago.edu> <20070918220327.V25238@fw.reifenberger.com> <20070918.170443.-1548242567.imp@bsdimp.com> Date: Wed, 19 Sep 2007 08:06:52 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: "M. Warner Losh" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: mike@reifenberger.com, freebsd-arm@freebsd.org, tobez@tobez.org Subject: Re: 64bit integer problem? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Sep 2007 06:06:54 -0000 M. Warner Losh: > We need to create TARGET_ARCH=armeb for your platform. > We've not done that. In case someone works on adding this target: Although "armeb" is used very commonly I think a more designated name of the target is "armbe". The letters "el" in "armel" are in reversed order to indicate the reversed byte order of this endianess. Björn P.S. It's just a thought. I don't want to discuss about the color of the bikeshed. Feel free to do whatever you want. ;-)