summaryrefslogtreecommitdiff
path: root/src/template/sunos4
blob: 6c26fabf298866c1dabf0a4b9d51f595b8660297 (plain)
1
2
3
4
5
6
7
8
9
10
AROPT=cr
DLSUFFIX=.so

if test "$GCC" = yes ; then
  CFLAGS=
  SHARED_LIB=-fPIC
else
  CFLAGS=
  SHARED_LIB=-PIC
fi