From: Daniel Eischen on
On Wed, 11 Nov 2009, freebsd-ports(a)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
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: freebsd-ports on
Status update.

I've now begun producing regular builds from GCC SVN for GCC, G++, GNAT
and fortran on 7.2 amd64. The build logs are published here:

http://gcc.coreland.ath.cx/

I'm hoping this will increase awareness of regressions before they make
their way back into releases (the formal GCC releases rarely contain
merged code from SVN for GNAT).

I've still been completely unable to get GPL 2009 to compile on amd64
so am currently continuing the work to update (and add new) Ada ports.

M
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

First  |  Prev  | 
Pages: 1 2 3
Prev: ports devel/pear
Next: RFC: svn for make fetch