mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 06:45:32 +02:00
- added ppc_cflags to BUILD/SETUP.sh BUILD/SETUP.sh: - added ppc_cflags for compiling on Linux/PPC
13 lines
273 B
Bash
13 lines
273 B
Bash
#! /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"
|
|
|
|
. "$path/FINISH.sh"
|