diff options
author | unknown <lenz@mysql.com> | 2004-12-02 09:44:03 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-12-02 09:44:03 +0100 |
commit | 51e220927eda902eec82389fa9637880b8a8bf0f (patch) | |
tree | 4e79afbe399105f818a631ace23727c6bece8f65 /BUILD/compile-ppc-debug-max | |
parent | befcff9ba5ec37fdf8ccc1aac31ac3ab9dab8ac3 (diff) | |
download | mariadb-git-51e220927eda902eec82389fa9637880b8a8bf0f.tar.gz |
- 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
Diffstat (limited to 'BUILD/compile-ppc-debug-max')
-rw-r--r-- | BUILD/compile-ppc-debug-max | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/BUILD/compile-ppc-debug-max b/BUILD/compile-ppc-debug-max new file mode 100644 index 00000000000..9d67b46601a --- /dev/null +++ b/BUILD/compile-ppc-debug-max @@ -0,0 +1,13 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$ppc_cflags $debug_cflags" +c_warnings="$c_warnings $debug_extra_warnings" +cxx_warnings="$cxx_warnings $debug_extra_warnings" +extra_configs="$debug_configs" + +extra_configs="$extra_configs --with-berkeley-db --with-innodb --without-isam --with-embedded-server --with-openssl --with-raid --with-vio --with-ndbcluster" + +. "$path/FINISH.sh" |