From 19d41d4438acefcb74da8e8362604aee1a825adc Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" <scrappy@hub.org> Date: Fri, 17 Apr 1998 02:44:01 +0000 Subject: [PATCH] From: Darren King <darrenk@insightdist.com> This will force the aix compiler to insert trapping code to check for division by zero for the 4.1 port. --- src/template/aix_41 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/aix_41 b/src/template/aix_41 index bd900c9c42a..461e1f1572a 100644 --- a/src/template/aix_41 +++ b/src/template/aix_41 @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg +CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero SHARED_LIB:-bnoentry -lc ALL: SRCH_INC: -- GitLab