Code: Select all
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Mobile Intel(R) Celeron(R) CPU 2.40GHz
stepping : 9
cpu MHz : 2394.031
cache size : 256 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 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
bogomips : 4793.25I plan to 'upgrade' my HP eVectra P3/1GHz/256MB home-server with a Toshiba SP Laptop with the above CPU. My P3 has these CFLAGS:
Code: Select all
CFLAGS="-mtune=pentium3 -march=pentium3 -Os -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -Wl,--as-needed -s"
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j2"* Which version of GCC do you recommend as I'm planning to bootstrap the machine?
-tnx-


