compile-ppc-max 157 Bytes
Newer Older
1 2 3 4 5
#! /bin/sh

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

6
extra_flags="$ppc_cflags $fast_cflags -g"
7
extra_configs="$extra_configs $max_configs"
8 9

. "$path/FINISH.sh"