mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
Add compiler settings for Pentium M
BUILD/check-cpu: Pentium M
This commit is contained in:
parent
b7b8537a59
commit
d03e4637b6
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ case "$cpu_family--$model_name" in
|
|||
*Pentium*III*CPU*)
|
||||
cpu_flag="pentium3";
|
||||
;;
|
||||
*Pentium*M*pro*)
|
||||
cpu_flag="pentium-m";
|
||||
;;
|
||||
*Athlon*64*)
|
||||
cpu_flag="athlon64";
|
||||
cpu_flag_old="athlon";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue