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