aboutsummaryrefslogtreecommitdiff
path: root/src/template/osf
blob: 938120f73a12102f922e8db0e420062e313f007f (plain)
1
2
3
4
5
6
7
8
if test "$GCC" = yes ; then
  CFLAGS=
  CCC=g++
else
  CC="$CC -std"
  CFLAGS='-O4 -Olimit 2000'
  CCC=cxx
fi