]> granicus.if.org Git - postgresql/blob - src/template/aix
Update tested AIX memset platforms.
[postgresql] / src / template / aix
1 if test "$GCC" != yes ; then
2   case $host_os in
3     aix3.2.5 | aix4.1*)
4       CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
5       ;;
6     *)
7       CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong"
8       ;;
9   esac
10 fi
11
12 # Native memset() is faster, tested on:
13 #       AIX 5.1 and 5.2, XLC 6.0 (IBM's cc)
14 #       AIX 5.3 ML3, gcc 4.0.1
15 MEMSET_LOOP_LIMIT=0