Bruno Lustosa wrote:
CFLAGS="-march=amd64 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"

I could be wrong, but I didn't think amd64 was a proper -march flag.

if your CHOST is x86_64, and you installed from a proper amd64 stage tarball, then you don't need an -march flag if you're using gcc-3.3.x:

http://www.gentoo.org/proj/en/base/amd64/technotes.xml?part=2&chap=3#doc_chap9

http://gcc.gnu.org/onlinedocs/gcc-3.3.5/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options

however, gcc-3.4 you can choose from here:

http://gcc.gnu.org/onlinedocs/gcc-3.4.3/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options


-- [email protected] mailing list



Reply via email to