On 04/07/09 09:29, Paul Hartman wrote:
Here is my cpuinfo;
cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 47
model name : AMD Athlon(tm) 64 Processor 3000+
stepping : 0
cpu MHz : 1802.243
cache size : 512 KB
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 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm
3dnowext 3dnow up rep_good nopl pni
bogomips : 3604.48
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc
I'm runing 64-bit so in my case I think it will be Athlon not Sempron:
Are the setting below correct?
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
I have the same CPU and i use -march=athlon64 but I think this is
equivalent to k8 by reading the GCC docs. So I think it looks good.
Did you recomple system and word after switching to new gcc?
--
Joseph