~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to BUILD/compile-ppc-max

merge in my changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
3
 
path=`dirname $0`
4
 
. "$path/SETUP.sh"
5
 
 
6
 
extra_flags="$ppc_cflags $fast_cflags -g"
7
 
extra_configs="$extra_configs $max_configs"
8
 
 
9
 
. "$path/FINISH.sh"