From owner-freebsd-hackers@FreeBSD.ORG Tue May 5 02:21:55 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 9869C106564A for ; Tue, 5 May 2009 02:21:55 +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 21F838FC1A for ; Tue, 5 May 2009 02:21:54 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by ewy19 with SMTP id 19so4346152ewy.43 for ; Mon, 04 May 2009 19:21:54 -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=XtoLmuU+4KoVRzr2bAw6VfxlYVfbDORnFhAcGIYUH+A=; b=EtW5Hzk/BWwgNgx7bGuXYe0o3vNUPO4eNslH+QppNvSi4zDguhCU2nm0mr5Jus0sGZ v4KbivgKWqkTNr0jj9YFd67rnQBlTYDzxTodhho+Zf8bYzeO3DSIVlRCfbPIl7wSio5Q doz7xsmByRb6NFW5J7ekzlNnSmp07vyrs1j+4= 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=ZYZW+iP6R8njv6CCDtqIOuoeT8/8P1JNFzlzhUIjZSkcSW80zg13oFb7oQN5D/LRaR /XdiBO0NtTFVwYqBhe3bwnh0dT4HF2HboUzxfkUDe/E79hDKz+7UBqwD/eXrru1gLTz6 LNIvVRQg/CYiQovlJbDvRfcTJgY9r3oir7WX4= Received: by 10.210.60.8 with SMTP id i8mr7122428eba.63.1241490114106; Mon, 04 May 2009 19:21:54 -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 24sm8372723ewy.25.2009.05.04.19.21.53 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 May 2009 19:21:53 -0700 (PDT) Received: by logik.internal.network (Postfix, from userid 11001) id 4EDEC5C31; Tue, 5 May 2009 02:21:51 +0000 (UTC) Date: Tue, 5 May 2009 03:21:51 +0100 From: xorquewasp@googlemail.com To: Daniel Eischen Message-ID: <20090505022151.GA32477@logik.internal.network> References: <20090504182714.GA52480@logik.internal.network> <20090504185644.GA16315@logik.internal.network> <20090505005128.GA4519@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 02:21:55 -0000 On 2009-05-04 20:54:46, Daniel Eischen wrote: > Yes, you can look at my lang/gnat port to find its > bootstrap compiler. I would recommend making a binary > bootstrap compiler on the earliest version of FreeBSD > amd64 as you can. If you use 8.0-current for instance, > others will not be able to build the port on 7.x. Earliest version of FreeBSD that fully supports this hardware is 7.2, so I personally can't go back to an earlier release than that.