Grant wrote:
What -march and CHOST settings would you guys use for a CPU that shows
up like this in cpuinfo:
Intel Pentium Dual CPU T2310 @ 1.46Ghz
I'd use "prescott" for this one, as you're using x86 CHOST anyway.
Does this CPU have 64-bit extensions?
I believe it does, check the flags at /proc/cpuinfo to be sure.
"nocona" would be my choice if possible to create a 64 bits system.
Alright, I'll give nocona a try. Should I be using
CHOST="x86_64-pc-linux-gnu"? And the processor family in the kernel
should be "Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon"?
I wouldn't use x86_64-pc-linux-gnu unless you want to break your system. Unless
you are starting from scratch 64 bit.
--Joshua Doll
--
[EMAIL PROTECTED] mailing list