Below is the list of changes that have just been committed into a local
5.0 repository of kgeorge. When kgeorge 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@stripped, 2007-03-01 15:28:10+02:00, gkodinov@stripped +1 -0
Correctly recognize Intel Core2Duo Extreme
in build.
BUILD/check-cpu@stripped, 2007-03-01 15:28:09+02:00, gkodinov@stripped +4 -0
Correctly recognize Intel Core2Duo Extreme.
# 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: gkodinov
# Host: magare.gmz
# Root: /home/kgeorge/mysql/work/c2duo_build-5.0-opt
--- 1.18/BUILD/check-cpu 2007-01-22 17:39:37 +02:00
+++ 1.19/BUILD/check-cpu 2007-03-01 15:28:09 +02:00
@@ -114,6 +114,10 @@
*i386*i486*)
cpu_arg="pentium-m";
;;
+ #Core 2 Duo
+ *Intel*Core\(TM\)2*)
+ cpu_arg="nocona";
+ ;;
# Intel ia64
*Itanium*)
| Thread |
|---|
| • bk commit into 5.0 tree (gkodinov:1.2425) | kgeorge | 1 Mar |