diff options
author | lenz@mysql.com <> | 2004-12-02 09:44:03 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2004-12-02 09:44:03 +0100 |
commit | 3247f0051ddbb9868f3d5f393166b5f4359ece84 (patch) | |
tree | 4e79afbe399105f818a631ace23727c6bece8f65 /BUILD/compile-ppc-max | |
parent | 227ffeb9e097121ac82e65e9dd8b8dd1a73601a8 (diff) | |
download | mariadb-git-3247f0051ddbb9868f3d5f393166b5f4359ece84.tar.gz |
- added some BUILD/compile-ppc* build scripts to ease building on LinuxPPC
- added ppc_cflags to BUILD/SETUP.sh
Diffstat (limited to 'BUILD/compile-ppc-max')
-rw-r--r-- | BUILD/compile-ppc-max | 13 |
1 files changed, 13 insertions, 0 deletions
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" |