[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] XaAES working ?
On 03/30/11 14:05, Vincent Rivière wrote:
> Alan Hourihane wrote:
>> GNU C (Gentoo 4.5.2 p1.0, pie-0.4.5) version 4.5.2 (m68k-atari-mint)
>> compiled by GNU C version 4.4.5, GMP version 4.3.2, MPFR version
>> 3.0.0-p3, MPC version 0.8.2
>
> These are Gentoo's GCC sources, right ? Not the standard GNU ones ?
Right.
> Also, haven't you said that multilib was disabled on Gentoo ?
Only for some architectures.
> I saw it has been explicitly enabled with --enable-multilib
I enabled it because we need it. Also it's enabled for x86_64 to
generate 32 bit binaries and that works fine on Gentoo, as I've just
checked. It returns the correct library directories using -Wl,-t and -m32.
> Maybe there is something special in Gentoo which prevents multilib
> working as usual...
No, it works fine for x86_64 to generate 32bit binaries.
> Also, does the same problem occur with -m68020-60 ?
Yes.
> I will try gcc -v tonight to see the differences from yours.
>
O.k.
Alan.