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

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

extra_flags="$ppc_cflags $fast_cflags"
extra_configs="$static_link"
strip=yes

. "$path/FINISH.sh"