Skip to content
Snippets Groups Projects
Commit 10da89c1 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add sysv4 support to configure and docs.

parent e3be2f9d
Branches
Tags
No related merge requests found
...@@ -53,7 +53,7 @@ PostgreSQL has been tested on the following platforms: ...@@ -53,7 +53,7 @@ PostgreSQL has been tested on the following platforms:
(For non-ELF Linux, see LINUX_ELF below). (For non-ELF Linux, see LINUX_ELF below).
sparc_solaris SUN SPARC on Solaris 2.4 sparc_solaris SUN SPARC on Solaris 2.4
sunos4 SUN SPARC on SunOS 4.1.3 sunos4 SUN SPARC on SunOS 4.1.3
svr4 Intel x86 on Intel SVR4 svr4 Intel x86 on Intel SVR4 and MIPS
ultrix4 DEC MIPS on Ultrix 4.4 ultrix4 DEC MIPS on Ultrix 4.4
PostgreSQL has known problems/bugs on the following platforms: PostgreSQL has known problems/bugs on the following platforms:
......
...@@ -165,7 +165,7 @@ Section 1: General Questions ...@@ -165,7 +165,7 @@ Section 1: General Questions
see LINUX_ELF below). see LINUX_ELF below).
* sparc_solaris - SUN SPARC on Solaris 2.4 * sparc_solaris - SUN SPARC on Solaris 2.4
* sunos4 - SUN SPARC on SunOS 4.1.3 * sunos4 - SUN SPARC on SunOS 4.1.3
* svr4 - Intel x86 on Intel SVR4 * svr4 - Intel x86 on Intel SVR4 and MIPS
* ultrix4 - DEC MIPS on Ultrix 4.4 * ultrix4 - DEC MIPS on Ultrix 4.4
The following platforms have known problems/bugs: The following platforms have known problems/bugs:
......
...@@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';; ...@@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';; irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';; hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';; osf*) PORTNAME='alpha';;
sysv4*) PORTNAME='svr4';;
sysv4.2*) sysv4.2*)
case "$host_vendor" in case "$host_vendor" in
univel) PORTNAME='univel';; univel) PORTNAME='univel';;
......
...@@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';; ...@@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';; irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';; hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';; osf*) PORTNAME='alpha';;
sysv4*) PORTNAME='svr4';;
sysv4.2*) sysv4.2*)
case "$host_vendor" in case "$host_vendor" in
univel) PORTNAME='univel';; univel) PORTNAME='univel';;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment