mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
BUG#17707 check-cpu script doesn't include Turion
BUILD/check-cpu: BUG#17707 add Turion (and Opteron)
This commit is contained in:
parent
25090a6da6
commit
6c40a4e642
1 changed files with 6 additions and 0 deletions
|
|
@ -104,6 +104,12 @@ check_cpu () {
|
|||
*Athlon*64*)
|
||||
cpu_arg="athlon64";
|
||||
;;
|
||||
*Turion*)
|
||||
cpu_arg="athlon64";
|
||||
;;
|
||||
*Opteron*)
|
||||
cpu_arg="athlon64";
|
||||
;;
|
||||
*Athlon*)
|
||||
cpu_arg="athlon";
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue