orfeu wrote:
> Hello, I have an Athlon X2 64 and I whant to compile some programs not
> for x86_64, just for x86.
> I try -march=i386 but dosen't work
>
> Thank you
>
Try -m32 instead.
This is a discussion on How to compile with gcc for i386 - Linux ; Hello, I have an Athlon X2 64 and I whant to compile some programs not for x86_64, just for x86. I try -march=i386 but dosen't work Thank you...
Hello, I have an Athlon X2 64 and I whant to compile some programs not
for x86_64, just for x86.
I try -march=i386 but dosen't work
Thank you
orfeu wrote:
> Hello, I have an Athlon X2 64 and I whant to compile some programs not
> for x86_64, just for x86.
> I try -march=i386 but dosen't work
>
> Thank you
>
Try -m32 instead.