From 51e220927eda902eec82389fa9637880b8a8bf0f Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 2 Dec 2004 09:44:03 +0100 Subject: - added some BUILD/compile-ppc* build scripts to ease building on LinuxPPC - added ppc_cflags to BUILD/SETUP.sh BUILD/SETUP.sh: - added ppc_cflags for compiling on Linux/PPC --- BUILD/compile-ppc-max | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 BUILD/compile-ppc-max (limited to 'BUILD/compile-ppc-max') diff --git a/BUILD/compile-ppc-max b/BUILD/compile-ppc-max new file mode 100644 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" -- cgit v1.2.1