- added some BUILD/compile-ppc* build scripts to ease building on LinuxPPC

- added ppc_cflags to BUILD/SETUP.sh
This commit is contained in:
lenz@mysql.com 2004-12-02 09:44:03 +01:00
commit 3247f0051d
5 changed files with 50 additions and 0 deletions

13
BUILD/compile-ppc-debug Normal file
View 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"