summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-x86-forte-32
blob: 5aac376a44c8d8513c4b674e443d9e5f8f6c6668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

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

extra_flags="-m32 -mt -D_FORTEC_ -xbuiltin=%all -xlibmil -xlibmopt -fns=no -xprefetch=auto -xprefetch_level=3"
extra_configs="$max_configs --with-libevent"

warnings=""
c_warnings=""
cxx_warnings=""
base_cxxflags="-noex"

CC=cc
CFLAGS="-xstrconst"
CXX=CC
LDFLAGS="-lmtmalloc"

. "$path/FINISH.sh"