summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-sparc-purify
blob: bad8a569ea31f79f8e4869276de2a1971f9ea3e3 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

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

extra_flags="$sparc_cflags -DHAVE_PURIFY -O2"
extra_configs="$sparc_configs --with-debug=full"

. "$path/FINISH.sh"