I try to install Gentoo on a PC with Intel Core i7 870 @ 2.93GHz (4 cores). In Gentoo Linux Documentation, it mentions that one has to configure the compile options, and there is a example
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
But I don't know which flag value should be used for my PC?
Here is a screenshot when I typed cat /proc/cpuinfo.
