It is only a fast 486.
> Does this mean that I've to compile for a 486 target,
> instead a Pentium one?
You would, but currently you are protected from the Pentium
instructions by "if()". For 486+ (and maybe soon PentiumPro+) code,
Linux uses "#if" which does not save incompatible processors.