From owner-freebsd-hackers@FreeBSD.ORG Tue May 5 00:51:30 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 CEE84106566B; Tue, 5 May 2009 00:51:30 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 2FBBC8FC08; Tue, 5 May 2009 00:51:30 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by mail-ew0-f171.google.com with SMTP id 19so4307129ewy.43 for ; Mon, 04 May 2009 17:51:29 -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=/yztH21cmWf3z58SXOILXyVa3IgvuRUxxEHiThNi6PM=; b=fEHNGxWFEPG2tDwOWqnwAh5Jc4uuEdxf0L+OAw6kzatWcgySJm/tnv/6lvIB/1Y97e c9v6dU6RurxjN4Ng482AQSkhB7xBa08dP78Dk8OiyhnJBGj+DILIuHuq+qSnwQK6Sh7j wrK1m4Fe/UNe0sFQLreBpbwswc+0HTMMR88/Y= 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=EEG8jYhAyN0IagN7TYusDxGsPWfd5kCCewM/wT7QSEf1QlBBUeiTi0E/d9GmQXYoia QyTrAgquGHzlROPh2iwprUrtvxFV/plOlm8SzeyOtkE4m+L/bO7jBvyYvoKYQDxJpSuH +Td+YlYKLn4TjCa0YoX2Wf3Wc9zudlcWM4+TE= Received: by 10.210.71.11 with SMTP id t11mr5549254eba.61.1241484689892; Mon, 04 May 2009 17:51:29 -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 22sm8237329ewy.112.2009.05.04.17.51.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 May 2009 17:51:29 -0700 (PDT) Received: by logik.internal.network (Postfix, from userid 11001) id 418245C31; Tue, 5 May 2009 00:51:28 +0000 (UTC) Date: Tue, 5 May 2009 01:51:28 +0100 From: xorquewasp@googlemail.com To: Daniel Eischen Message-ID: <20090505005128.GA4519@logik.internal.network> References: <20090504182714.GA52480@logik.internal.network> <20090504185644.GA16315@logik.internal.network> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Tue, 05 May 2009 00:51:31 -0000 On 2009-05-04 15:03:32, Daniel Eischen wrote: > Right, you should be able to do it from either of those, > but perhaps the freebsd x86 may be easier. > > I would use a PREFIX other than /usr/local (or something > different than whatever your actual PREFIX is) for the > builds. > > I was looking around for my notes but can't find them. > If I do find them, I'll post them. I've built an i386 jail and am currently building the gnat-gcc43 port to compile a GNAT cross-compiler (i386 -> amd64). There are two reasons for this whole exercise: I just moved over to amd64 and want a native toolchain and I also have a lot of software written in Ada that I'd like to submit to FreeBSD ports but can't due a lack of an Ada compiler on amd64. I noticed that the gnat-gcc43 port downloads a rather anonymous set of gcc 4.1 bootstrap binaries. I assume I'd have to provide my own in the same manner to create a port? xw