summaryrefslogtreecommitdiff
path: root/BUILD/compile-ppc-debug-max
blob: 7c1a593869feccf5ca5445b8efd192c1fc52e79a (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh"

extra_flags="$ppc_cflags $debug_cflags"
extra_configs="$debug_configs $max_configs"

. "$path/FINISH.sh"