summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-07-01 23:46:24 +0100
committerPeter Eisentraut <peter@eisentraut.org>2019-07-01 23:56:20 +0100
commitc72f9b9502eadb6b84c6681cdb3bff12b35d3c8a (patch)
tree7474578538ecdb99668c2c3f468b50643115d869 /src/Makefile.global.in
parent615cebc94b5ef8fbe353e3c8b838b1e97bcdfd49 (diff)
downloadpostgresql-c72f9b9502eadb6b84c6681cdb3bff12b35d3c8a.tar.gz
Remove support for non-ELF BSD systems
This is long obsolete. Discussion: https://www.postgresql.org/message-id/8eacdc0d-123f-dbca-bacf-0a68766a4889@2ndquadrant.com
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r--src/Makefile.global.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index b9d86acaa9..321af38b0c 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -506,10 +506,6 @@ host_tuple = @host@
host_os = @host_os@
host_cpu = @host_cpu@
-# This is mainly for use on FreeBSD, where we have both a.out and elf
-# systems now. May be applicable to other systems to?
-ELF_SYSTEM= @ELF_SYS@
-
# Backend stack size limit has to be hard-wired on Windows (it's in bytes)
WIN32_STACK_RLIMIT=4194304