Commit 6c40a4e6 authored by unknown's avatar unknown

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


BUILD/check-cpu:
  BUG#17707 add Turion (and Opteron)
parent 25090a6d
...@@ -104,6 +104,12 @@ check_cpu () { ...@@ -104,6 +104,12 @@ check_cpu () {
*Athlon*64*) *Athlon*64*)
cpu_arg="athlon64"; cpu_arg="athlon64";
;; ;;
*Turion*)
cpu_arg="athlon64";
;;
*Opteron*)
cpu_arg="athlon64";
;;
*Athlon*) *Athlon*)
cpu_arg="athlon"; cpu_arg="athlon";
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment