aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/template/aix9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/template/aix b/src/template/aix
index 1e3d2261957..48f1110f3e8 100644
--- a/src/template/aix
+++ b/src/template/aix
@@ -1,7 +1,10 @@
if test "$GCC" != yes ; then
case $host_os in
- aix3.2.5 | aix4.1*) ;;
- *) CFLAGS="-O2 -qlonglong";;
+ aix3.2.5 | aix4.1*)
+ CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
+ ;;
+ *)
+ CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong"
+ ;;
esac
- CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
fi