Add sysv4 support to configure and docs.

This commit is contained in:
Bruce Momjian 1997-07-14 16:47:36 +00:00
parent e3be2f9dd7
commit 10da89c1fb
4 changed files with 4 additions and 2 deletions

View File

@ -53,7 +53,7 @@ PostgreSQL has been tested on the following platforms:
(For non-ELF Linux, see LINUX_ELF below).
sparc_solaris SUN SPARC on Solaris 2.4
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
PostgreSQL has known problems/bugs on the following platforms:

View File

@ -165,7 +165,7 @@ Section 1: General Questions
see LINUX_ELF below).
* sparc_solaris - SUN SPARC on Solaris 2.4
* 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
The following platforms have known problems/bugs:

1
src/configure vendored
View File

@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';;
sysv4*) PORTNAME='svr4';;
sysv4.2*)
case "$host_vendor" in
univel) PORTNAME='univel';;

View File

@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';;
sysv4*) PORTNAME='svr4';;
sysv4.2*)
case "$host_vendor" in
univel) PORTNAME='univel';;