mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
aix: Remove checks for very old OS versions
Reviewed-By: Thomas Munro <thomas.munro@gmail.com> Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de
This commit is contained in:
@ -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"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user