Below is the list of changes that have just been committed into a local
4.1 repository of msvensson. When msvensson 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.2256 05/05/09 21:59:03 msvensson@neptunus.(none) +1 -0
Add compiler settings for Pentium M
BUILD/check-cpu
1.7 05/05/09 21:59:00 msvensson@neptunus.(none) +3 -0
Pentium M
# 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: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-4.1
--- 1.6/BUILD/check-cpu 2005-05-09 14:49:24 +02:00
+++ 1.7/BUILD/check-cpu 2005-05-09 21:59:00 +02:00
@@ -55,6 +55,9 @@
*Pentium*III*CPU*)
cpu_flag="pentium3";
;;
+ *Pentium*M*pro*)
+ cpu_flag="pentium-m";
+ ;;
*Athlon*64*)
cpu_flag="athlon64";
cpu_flag_old="athlon";
| Thread |
|---|
| • bk commit into 4.1 tree (msvensson:1.2256) | msvensson | 9 May |