mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
- added some BUILD/compile-ppc* build scripts to ease building on LinuxPPC
- added ppc_cflags to BUILD/SETUP.sh
This commit is contained in:
parent
227ffeb9e0
commit
3247f0051d
5 changed files with 50 additions and 0 deletions
13
BUILD/compile-ppc-debug
Normal file
13
BUILD/compile-ppc-debug
Normal file
|
|
@ -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"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
Loading…
Add table
Add a link
Reference in a new issue