diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-04-17 02:44:01 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-04-17 02:44:01 +0000 |
commit | 19d41d4438acefcb74da8e8362604aee1a825adc (patch) | |
tree | 578f796095599d2c79606862334d448d5ddbba95 | |
parent | 2219c230ed3df2244d8e866c30cc2ff7fcceeb21 (diff) | |
download | postgresql-19d41d4438acefcb74da8e8362604aee1a825adc.tar.gz postgresql-19d41d4438acefcb74da8e8362604aee1a825adc.zip |
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.
-rw-r--r-- | src/template/aix_41 | 2 |
1 files changed, 1 insertions, 1 deletions
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: |