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