mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
c59d473b02
BUILD/compile-ppc-debug-max: Change mode to -rwxrwxr-x BUILD/compile-ppc-debug: Change mode to -rwxrwxr-x BUILD/compile-ppc-max: Change mode to -rwxrwxr-x BUILD/compile-ppc: Change mode to -rwxrwxr-x
13 lines
302 B
Bash
Executable file
13 lines
302 B
Bash
Executable file
#! /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"
|