aboutsummaryrefslogtreecommitdiff
path: root/src/template/aix
blob: 1e3d226195785751eac312b87015e3136faa2ff3 (plain)
1
2
3
4
5
6
7
if test "$GCC" != yes ; then
  case $host_os in
    aix3.2.5 | aix4.1*) ;;
    *) CFLAGS="-O2 -qlonglong";;
  esac
  CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
fi