diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/FAQ | 2 | ||||
-rwxr-xr-x | src/configure | 1 | ||||
-rw-r--r-- | src/configure.in | 1 |
4 files changed, 4 insertions, 2 deletions
@@ -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: @@ -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: diff --git a/src/configure b/src/configure index 1b3c71b5e3f..8bcad315f70 100755 --- a/src/configure +++ b/src/configure @@ -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';; diff --git a/src/configure.in b/src/configure.in index 8c910fe4235..b76c143e262 100644 --- a/src/configure.in +++ b/src/configure.in @@ -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';; |