From owner-freebsd-hackers@FreeBSD.ORG Fri May 8 21:11:06 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0422C106566B for ; Fri, 8 May 2009 21:11:06 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB5B8FC1A for ; Fri, 8 May 2009 21:11:05 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by ewy3 with SMTP id 3so2116707ewy.43 for ; Fri, 08 May 2009 14:11:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to; bh=CYf4z87JHqMTfzzlSxjCNfqX4ZDqvqaj3T3IzOt71Cc=; b=c4i+z4a6HrNOciJG5rwPHWyj/lZwduURgx44xISIipsDJrPtUkATlGLNrFUzjST1CQ YmRZshsw/8SZk7ebkcgv3aQdlh7Gud9BFctjkoV6nXHncKxG7y9xFgCpqm8xec2HW1KC iIpzvgaXUK6TY/ww6mNI8fM0zbiYSek5APKkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=F4PznjHlq2xhchyF5OdVUEmnRa1EX+kBpPTYMN/TJQi28PwV1SHHU052Q7fRZQQjlA GD1Prfe2GWqsemyl4Gvot3LFlQS3D1TM6Ra01u4MxKGO0pizj8P2u149AGrYJI/S7MRv nj23q2HchwdC2vvfgktPCZ/afUNafs+DqCk8Q= Received: by 10.210.38.5 with SMTP id l5mr5007483ebl.54.1241817064607; Fri, 08 May 2009 14:11:04 -0700 (PDT) Received: from logik.internal.network (81-86-41-187.dsl.pipex.com [81.86.41.187]) by mx.google.com with ESMTPS id 10sm1937921ewy.36.2009.05.08.14.11.03 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 May 2009 14:11:03 -0700 (PDT) Received: by logik.internal.network (Postfix, from userid 11001) id D8F2B5C31; Fri, 8 May 2009 21:10:22 +0000 (UTC) Date: Fri, 8 May 2009 22:10:22 +0100 From: xorquewasp@googlemail.com To: Daniel Eischen Message-ID: <20090508211022.GA37475@logik.internal.network> References: <20090504185644.GA16315@logik.internal.network> <20090505005128.GA4519@logik.internal.network> <20090505022151.GA32477@logik.internal.network> <20090506140325.GA69468@logik.internal.network> <20090506152222.GC69468@logik.internal.network> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090506152222.GC69468@logik.internal.network> Cc: freebsd-hackers@freebsd.org Subject: Re: bootstrapping gnat GCC on amd64 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2009 21:11:06 -0000 Just an update. Finally managed to get the i386 -> amd64 compiler to compile gcc 4.4.0. It took a few Makefile patches as for some reason, cross compilation breaks gnatmake. About to try to get the amd64 compiler to compile itself and run the test suite. Added a system-freebsd_x86_64.ads profile and checked all the other references to freebsd in the source. I've scripted the entire bootstrap process so it should be easy to produce binaries for a port. xw