Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Can't build gcc-4.6.3 on old Pentium III
Date: Sun, 13 Jan 2013 03:14:11
Message-Id: 50F181CD.9030107@gmail.com
In Reply to: [gentoo-user] Can't build gcc-4.6.3 on old Pentium III by Mick
1 On 01/12/2013 06:24 AM, Mick wrote:
2 > Not sure why it fails, or how to progress from here:
3
4 > march=pentium3 -pipe -O2 -g -O2 -march=pentium3 -pipe -DIN_GCC -W -Wall -
5 > ${GCC_MAKE_TARGET} || die "emake failed with ${GCC_MAKE_TARGET}";
6
7 No idea, but I would try -march=native and see what happens.
8 .