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