diff options
author | tomas@whalegate.ndb.mysql.com <> | 2007-05-22 23:21:32 +0200 |
---|---|---|
committer | tomas@whalegate.ndb.mysql.com <> | 2007-05-22 23:21:32 +0200 |
commit | a4934466c07d7867bf0895dc970f3d3504b0be53 (patch) | |
tree | eeb4148c241776cda3087857c25c71d2df0e43f7 /BUILD/compile-pentium64-max-sci | |
parent | 6ddf4785bbbcbb84930d4f461e1d249e1833bece (diff) | |
parent | 2c715f1ad4497175565c001073993ed4d2a120dd (diff) | |
download | mariadb-git-a4934466c07d7867bf0895dc970f3d3504b0be53.tar.gz |
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
Diffstat (limited to 'BUILD/compile-pentium64-max-sci')
-rw-r--r-- | BUILD/compile-pentium64-max-sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-pentium64-max-sci b/BUILD/compile-pentium64-max-sci new file mode 100644 index 00000000000..9ebb1988475 --- /dev/null +++ b/BUILD/compile-pentium64-max-sci @@ -0,0 +1,9 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium64_cflags $fast_cflags -g" +extra_configs="$pentium_configs $max_configs --with-ndb-sci=/opt/DIS" + +. "$path/FINISH.sh" |