List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:May 29 2007 12:23pm
Subject:bk commit into 4.1 tree (df:1.2655) BUG#17707
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of df. When df 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-05-29 12:23:49+02:00, df@stripped +1 -0
  BUG#17707 check-cpu script doesn't include Turion

  BUILD/check-cpu@stripped, 2007-05-29 12:23:48+02:00, df@stripped +6 -0
    BUG#17707 add Turion (and Opteron)

# 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:	df
# Host:	pippilotta.erinye.com
# Root:	/shared/home/df/mysql/build/mysql-4.1-build-work-17707

--- 1.15/BUILD/check-cpu	2007-01-22 16:30:51 +01:00
+++ 1.16/BUILD/check-cpu	2007-05-29 12:23:48 +02:00
@@ -104,6 +104,12 @@
     *Athlon*64*)
       cpu_arg="athlon64";
       ;;
+    *Turion*)
+      cpu_arg="athlon64";
+      ;;
+    *Opteron*)
+      cpu_arg="athlon64";
+      ;;
     *Athlon*)
       cpu_arg="athlon";
       ;;
Thread
bk commit into 4.1 tree (df:1.2655) BUG#17707Daniel Fischer29 May