summaryrefslogtreecommitdiff
path: root/BUILD/compile-ppc-max
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-ppc-max')
-rwxr-xr-xBUILD/compile-ppc-max13
1 files changed, 13 insertions, 0 deletions
diff --git a/BUILD/compile-ppc-max b/BUILD/compile-ppc-max
new file mode 100755
index 00000000000..f7193eb8aca
--- /dev/null
+++ b/BUILD/compile-ppc-max
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$ppc_cflags $fast_cflags -g"
+#strip=yes
+
+extra_configs="$extra_configs --with-innodb --with-berkeley-db \
+ --with-embedded-server --enable-thread-safe-client \
+ --with-openssl --with-vio --with-raid --with-ndbcluster"
+
+. "$path/FINISH.sh"