mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +03:00
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
into zim.(none):/home/brian/mysql/mysql-5.0
This commit is contained in:
commit
f97d993120
@ -90,6 +90,9 @@ case "$cpu_family--$model_name" in
|
|||||||
*Athlon*)
|
*Athlon*)
|
||||||
cpu_arg="athlon";
|
cpu_arg="athlon";
|
||||||
;;
|
;;
|
||||||
|
*Opteron*)
|
||||||
|
cpu_arg="opteron";
|
||||||
|
;;
|
||||||
|
|
||||||
# Intel ia64
|
# Intel ia64
|
||||||
*Itanium*)
|
*Itanium*)
|
||||||
@ -147,6 +150,9 @@ case "$cc_ver--$cc_verno" in
|
|||||||
ppc-*)
|
ppc-*)
|
||||||
check_cpu_args='-mcpu=$cpu_arg -mtune=$cpu_arg'
|
check_cpu_args='-mcpu=$cpu_arg -mtune=$cpu_arg'
|
||||||
;;
|
;;
|
||||||
|
x86_64-*)
|
||||||
|
check_cpu_args='-mtune=$cpu_arg'
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
check_cpu_cflags=""
|
check_cpu_cflags=""
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user