From owner-freebsd-ports@FreeBSD.ORG Wed Nov 11 21:09:28 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B7841065679 for ; Wed, 11 Nov 2009 21:09:28 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 474218FC18 for ; Wed, 11 Nov 2009 21:09:28 +0000 (UTC) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id nABL9MPo015348; Wed, 11 Nov 2009 16:09:22 -0500 (EST) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.2.2 (mail.netplex.net [204.213.176.10]); Wed, 11 Nov 2009 16:09:22 -0500 (EST) Date: Wed, 11 Nov 2009 16:09:22 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: freebsd-ports@coreland.ath.cx In-Reply-To: <20091111204652.GA53275@logik.internal.network> Message-ID: References: <20091107212936.GB85348@logik.internal.network> <20091111175947.GA89826@logik.internal.network> <20091111200215.GA14825@logik.internal.network> <20091111204652.GA53275@logik.internal.network> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org Subject: Re: Improving Ada support on FreeBSD and in the ports system X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2009 21:09:28 -0000 On Wed, 11 Nov 2009, freebsd-ports@coreland.ath.cx wrote: > On 2009-11-11 15:07:36, Daniel Eischen wrote: >> >> Oh, I see. Did you configure it with host=i386-unknown-freebsd >> and target=amd64-unknown-freebsd (or is it x86_64?)? >> >> It looks like libgcc might not have support for x86_64 >> FreeBSD?? > > Full configure line was: > > ../src/configure \ > --enable-languages="c,ada" \ > --disable-libada \ > --host=x86_64-unknown-freebsd7.2 \ > --target=x86_64-unknown-freebsd7.2 \ > --build=x86_64-unknown-freebsd7.2 > > ...which is more or less what I build GCC with. I would try it piecemeal. Try just building the target compiler (--host=i386-unknown-freebsd7.2 and --target=x86_64-unknown-freebsd7.2). > It does seem as if support is missing - perhaps removed by AdaCore? > > The system compiler is at 4.2.1 on my AMD64 machine, so I'm guessing > that support was there and was removed? I think Adacore takes a snapshot of gcc at the time, it might not be the actual release. -- DE