Código:
y en /etc/makepkg.conf cambie esto:# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 CPU 1.80GHz stepping : 9 cpu MHz : 1795.561 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up cid xtpr bogomips : 3594.81
Código:
por esto:#-- Optimized: will run on any x86, but optimized for i686 #export CFLAGS="-mcpu=i686 -O2 -pipe" #export CXXFLAGS="-mcpu=i686 -O2 -pipe" #-- Make Flags: change this for DistCC/SMP systems #export MAKEFLAGS="-j2"
Código:
Esta bastante más acelerado, eso conlleva algun daño o problema a futuro?export CARCH="i686" export CHOST="i686-pc-linux-gnu" #-- Exclusive: will only run on i686 or higher (P6, Athlon) export CFLAGS="-march=i686 -O3 -pipe" export CXXFLAGS="-march=i686 -O3 -pipe"
debo compilar el kernel denuevo despues de ese cambio?