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

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

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

extra_configs="$extra_configs"

. "$path/FINISH.sh"