From owner-freebsd-hackers@FreeBSD.ORG Tue May 19 06:04:09 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 4F9DE1065691; Tue, 19 May 2009 06:04:09 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2058FC1F; Tue, 19 May 2009 06:04:08 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by ey-out-2122.google.com with SMTP id 9so1121804eyd.7 for ; Mon, 18 May 2009 23:04:07 -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=fpuZVTVq2+KJX4A66TUoxZGlQ6qQe05pcPorUPV+GfM=; b=Rf2f66RaZaAfhG4I14OAQJM/9sH0eVjOjE9gHGNsy1qD+/gbj7KqHR6Rcdwu7ZND4+ yyrmi1rYdeHqDNWhcTi8a6ieW/iCCMCRqFIuIMzSX6VOXfNhFy3KpO69ZS33TH4rDcrH K88Bnks3lH5/UVWXgq/h8tnAYIyFdN8mcBkZE= 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=Qzlu/SiFAJkeypnYiTMQiVyo82nPNYKrRRw5OpDJDd1vF+sPc56eyUpDrVVq4LFr3+ FatghA5Amtr6/I9NZEqSotVmhQm3yL+Sn3v4vbJhj4Z5ZFtQ9MJx9EFNI3Ga3ldMjQS7 WV9ANboWFbRwk9JxDF0cmMLSDfalvXX7z2LUk= Received: by 10.210.114.1 with SMTP id m1mr8622550ebc.77.1242713047593; Mon, 18 May 2009 23:04:07 -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 9sm6092248ewy.57.2009.05.18.23.04.06 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 May 2009 23:04:07 -0700 (PDT) Received: by logik.internal.network (Postfix, from userid 11001) id 67B495D59; Tue, 19 May 2009 06:04:05 +0000 (UTC) Date: Tue, 19 May 2009 07:04:05 +0100 From: xorquewasp@googlemail.com To: Daniel Eischen Message-ID: <20090519060405.GA43127@logik.internal.network> References: <20090505005128.GA4519@logik.internal.network> <20090505022151.GA32477@logik.internal.network> <20090506140325.GA69468@logik.internal.network> <20090506152222.GC69468@logik.internal.network> <20090508211022.GA37475@logik.internal.network> <20090518084831.GA95354@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, 19 May 2009 06:04:09 -0000 On 2009-05-18 18:36:15, Daniel Eischen wrote: > Hmm, if the system binutils is 2.15, then it should build > as a cross. You can do a cross build of all FreeBSD - I > think you just set TARGET="amd64" to build amd64 from > a different arch. Part of this process should be to > create a cross binutils toolset. Ok. Silly question - is it actually possible to build contrib/binutils (including TARGET=amd64) without building the whole tree? Trying the obvious: cd /usr/obj /usr/src/contrib/binutils/configure \ --target=x86_64-pc-freebsd7.2 \ --host=i386-pc-freebsd7.2 \ --build=i386-pc-freebsd7.2 \ --prefix=/cross/x86_64 .. Didn't work (didn't really expect it to). xw