Below is the list of changes that have just been committed into a local
5.1 repository of vtkachenko. When vtkachenko does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1990 05/11/30 09:29:51 vtkachenko@stripped +1 -0
check-cpu:
Add XEON detection
BUILD/check-cpu
1.14 05/11/30 09:28:00 vtkachenko@stripped +4 -1
Add XEON detection
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: vtkachenko
# Host: quadxeon.mysql.com
# Root: /benchmarks/ext3/BUILDS/mysql-5.1-new
--- 1.13/BUILD/check-cpu 2005-07-21 07:52:11 +02:00
+++ 1.14/BUILD/check-cpu 2005-11-30 09:28:00 +01:00
@@ -51,6 +51,9 @@
# detect CPU shortname as used by gcc options
# this list is not complete, feel free to add further entries
+
+echo "$cpu_family--$model_name"
+
cpu_arg=""
case "$cpu_family--$model_name" in
# DEC Alpha
@@ -59,7 +62,7 @@
;;
# Intel ia32
- *Xeon*)
+ *X[eE][oO][nN]*)
# a Xeon is just another pentium4 ...
# ... unless it has the "lm" (long-mode) flag set,
# in that case it's a Xeon with EM64T support
| Thread |
|---|
| • bk commit into 5.1 tree (vtkachenko:1.1990) | Vadim Tkachenko | 30 Nov |