From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 11:29:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7207E16A41C for ; Tue, 19 Jul 2005 11:29:47 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DFF43D48 for ; Tue, 19 Jul 2005 11:29:46 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: by wproxy.gmail.com with SMTP id i24so1176488wra for ; Tue, 19 Jul 2005 04:29:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kHNVmh/UzJea5/ZNIQrjFf0bwQzZO9DMNX0N5vkXC8X7+fp8qu+2n/54n53UwIkULABJFuU+Qzr0kWcSfQAfDVRxLdAxEEtltdiFNe/8XzH7p78KLQ2ITahlGLf/5kx9BTTNAapNtDVC2eC3cHKOBHAfrTnpyBycxieP+6DPn/M= Received: by 10.54.36.29 with SMTP id j29mr390330wrj; Tue, 19 Jul 2005 04:28:33 -0700 (PDT) Received: by 10.54.84.16 with HTTP; Tue, 19 Jul 2005 04:28:33 -0700 (PDT) Message-ID: <63c3899e05071904284b1cb10b@mail.gmail.com> Date: Tue, 19 Jul 2005 12:28:33 +0100 From: Chris Hodgins To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= In-Reply-To: <42DCE367.9090507@t-hosting.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <63c3899e05071902531118007b@mail.gmail.com> <42DCE367.9090507@t-hosting.hu> Cc: freebsd-questions Subject: Re: Cross-compiling for other architectures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Hodgins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 11:29:47 -0000 On 7/19/05, K=F6vesd=E1n G=E1bor wrote: > Chris Hodgins wrote: >=20 > >Is it possible to cross-compile the base system for the sparc > >architecture from an x86 machine? I thought I had seen an article on > >setting this sort of thing up before but I can no longer find it. > > > > > You should use the TARGET_ARCH macro. See release(7). >=20 > Cheers, >=20 > G=E1bor K=F6vesd=E1n >=20 Brilliant. Thanks for the very quick response. Chris