aboutsummaryrefslogtreecommitdiff
path: root/src/template/hpux
blob: db43432a5e87260ca00ec8cf606ead52d30dcbe2 (plain)
1
2
3
4
5
6
7
8
if test "$GCC" = yes ; then
  CFLAGS=-O2
  CCC=g++
else
  CC="$CC -Ae"
  CFLAGS=+O2
  CCC=aCC
fi