Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2009 20:46:52 +0000
From:      freebsd-ports@coreland.ath.cx
To:        Daniel Eischen <deischen@freebsd.org>
Cc:        ports@freebsd.org
Subject:   Re: Improving Ada support on FreeBSD and in the ports system
Message-ID:  <20091111204652.GA53275@logik.internal.network>
In-Reply-To: <Pine.GSO.4.64.0911111505060.27822@sea.ntplx.net>
References:  <20091107212936.GB85348@logik.internal.network> <Pine.GSO.4.64.0911080003290.8396@sea.ntplx.net> <20091111175947.GA89826@logik.internal.network> <Pine.GSO.4.64.0911111446090.27822@sea.ntplx.net> <20091111200215.GA14825@logik.internal.network> <Pine.GSO.4.64.0911111505060.27822@sea.ntplx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

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?

M



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091111204652.GA53275>