Commit f97d9931 authored by brian@zim.(none)'s avatar brian@zim.(none)

Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0

into  zim.(none):/home/brian/mysql/mysql-5.0
parents 4e4f40e4 262d1f6e
...@@ -90,6 +90,9 @@ case "$cpu_family--$model_name" in ...@@ -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 ...@@ -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
......
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