equivalent to k6-3, and they must be handled like that. Also for gcc. So the line (in "configure"): if test "$pmodel" -eq 9; then proc=k6-3 ... should include also model 13, without any further checking if the CPU is a 2+ or a 3+. That is something like: if test "$pmodel" -eq 9 -o "$pmodel" -eq 13; then proc=k6-3 ... Hope this helps, bye, -- piergiorgio