BUG#17707 check-cpu script doesn't include Turion

BUILD/check-cpu:
  BUG#17707 add Turion (and Opteron)
This commit is contained in:
unknown 2007-05-29 12:23:49 +02:00
commit 6c40a4e642

View file

@ -104,6 +104,12 @@ check_cpu () {
*Athlon*64*)
cpu_arg="athlon64";
;;
*Turion*)
cpu_arg="athlon64";
;;
*Opteron*)
cpu_arg="athlon64";
;;
*Athlon*)
cpu_arg="athlon";
;;