- Code: Select all
$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon(tm) XP 2200+
stepping : 1
cpu MHz : 1817.972
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up ts
bogomips : 3636.88
clflush size : 32
i changed my CFLAGS commenting in make.conf these lines
- Code: Select all
#CFLAGS="-Os -march=i586 -mno-tls-direct-seg-refs -mmmx -m32"
#LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
and adding this
- Code: Select all
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
Now i
- Code: Select all
emerge -e system
