From owner-freebsd-arm@FreeBSD.ORG Wed Jan 16 23:36:38 2008 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 CD92416A417 for ; Wed, 16 Jan 2008 23:36:38 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.freebsd.org (Postfix) with ESMTP id 027AE13C4D9 for ; Wed, 16 Jan 2008 23:36:37 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.14.1/8.13.8) with ESMTP id m0H0IwlQ063414; Thu, 17 Jan 2008 01:18:58 +0100 (CET) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.14.1/8.13.8/Submit) id m0H0Ivee063413; Thu, 17 Jan 2008 01:18:57 +0100 (CET) (envelope-from mlfbsd) Date: Thu, 17 Jan 2008 01:18:57 +0100 From: Olivier Houchard To: rtos Message-ID: <20080117001857.GB63358@ci0.org> References: <1200518051.5749.28.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1200518051.5749.28.camel@localhost> User-Agent: Mutt/1.4.1i Cc: freebsd-arm@freebsd.org Subject: Re: StrongARM builld options 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, 16 Jan 2008 23:36:38 -0000 On Wed, Jan 16, 2008 at 04:14:11PM -0500, rtos wrote: > What are the build options for the StrongARM ? > > Will this work "make TARGET=arm TARGET_ARCH=arm ..." > > or do I have to specify the cpu. > > make TARGET=arm TARGET_ARCH=arm TARGET_CPUTYPE=strongarm > > I would like to port to the H3600 iPAQ. > > Thanks > Hi, Our system compiler defaults to StrongARM, so just make TARGET_ARCH=arm should be enough. Regards, Olivier