From 8f12a4e7addc733deb5a656548fb8013609f50f1 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sun, 7 Aug 2022 09:36:01 -0700 Subject: aix: Remove checks for very old OS versions Reviewed-By: Thomas Munro Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de --- src/template/aix | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/template') diff --git a/src/template/aix b/src/template/aix index cec240d27b9..47fa8990a7c 100644 --- a/src/template/aix +++ b/src/template/aix @@ -6,9 +6,6 @@ # non-default CFLAGS setting. if test "$GCC" != yes ; then case $host_os in - aix3.2.5 | aix4.1*) - CFLAGS="-O -qmaxmem=16384" - ;; *) CFLAGS="-O2 -qmaxmem=16384" ;; -- cgit v1.2.3