summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-x86-32
blob: 29965524479a09d201244261a7096def387b9378 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="-D__sun -m32"
extra_configs="$max_configs --with-libevent"

LDFLAGS="-lmtmalloc -R/usr/sfw/lib"
export LDFLAGS

. "$path/FINISH.sh"