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

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

extra_flags="$ppc_cflags $fast_cflags -g"
#strip=yes

extra_configs="$extra_configs $max_configs"

. "$path/FINISH.sh"