]> granicus.if.org Git - postgresql/blob - src/template/aix
Determine CXXFLAGS after the C++ compiler was detected. Also honor
[postgresql] / src / template / aix
1 if test "$GCC" = yes ; then
2   CFLAGS=-pipe
3 else # not GCC
4   case $host_os in
5     aix3.2.5)
6       CFLAGS='-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg'
7       ;;
8     aix4.1)
9       CFLAGS='-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero'
10       ;;
11     aix4.2 | aix4.3)
12       CFLAGS='-qmaxmem=16384 -qhalt=w -qsrcmsg -qlanglvl=extended -qlonglong'
13       ;;
14   esac
15 fi # not GCC