divVerent wrote:Just out of interest... can you quote a "gcc" line when building the ebuild so I see the exact CFLAGS being used? Like, the line with "vid_glx.c" in it?
cc -MD -Wall -Wsign-compare -O2 -fno-strict-aliasing -ffast-math -funroll-loops -march=prescott -c vid_glx.c -o vid_glx.o -I/usr/X11R6/include
Though with -march=i686 it worked just the same. Using gcc 4.1.1 on a 32-bit system.