From 10da89c1fbb4bd6388a7254181803de7ba22958a Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 14 Jul 1997 16:47:36 +0000
Subject: [PATCH] Add sysv4 support to configure and docs.

---
 INSTALL          | 2 +-
 doc/FAQ          | 2 +-
 src/configure    | 1 +
 src/configure.in | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 915dbf95431..941e1856049 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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:
diff --git a/doc/FAQ b/doc/FAQ
index c0389a0a4f7..6c1bb8f6c77 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -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';;
-- 
GitLab