summaryrefslogtreecommitdiff
path: root/BUILD/compile-amd64-max-sci
diff options
context:
space:
mode:
authormikron@mikael-ronstr-ms-dator.local <>2007-05-07 15:33:27 +0200
committermikron@mikael-ronstr-ms-dator.local <>2007-05-07 15:33:27 +0200
commitad11366a2fc42f7cda0d2502c7adac45d599ecd7 (patch)
tree4ac8997d2c55fe76ca620e4fec991ba7b78cdf66 /BUILD/compile-amd64-max-sci
parent4cdf0fab489814cd3cf4516dc18708d405f27be5 (diff)
downloadmariadb-git-ad11366a2fc42f7cda0d2502c7adac45d599ecd7.tar.gz
New SCI Transporter Build scripts
Diffstat (limited to 'BUILD/compile-amd64-max-sci')
-rw-r--r--BUILD/compile-amd64-max-sci8
1 files changed, 8 insertions, 0 deletions
diff --git a/BUILD/compile-amd64-max-sci b/BUILD/compile-amd64-max-sci
new file mode 100644
index 00000000000..4afa9004742
--- /dev/null
+++ b/BUILD/compile-amd64-max-sci
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+extra_flags="$amd64_cflags $fast_cflags -g"
+extra_configs="$amd64_configs $max_configs --with-ndb-sci=/opt/DIS"
+
+. "$path/FINISH.sh"