Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 10da89c

Browse files
committed
Add sysv4 support to configure and docs.
1 parent e3be2f9 commit 10da89c

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PostgreSQL has been tested on the following platforms:
5353
(For non-ELF Linux, see LINUX_ELF below).
5454
sparc_solaris SUN SPARC on Solaris 2.4
5555
sunos4 SUN SPARC on SunOS 4.1.3
56-
svr4 Intel x86 on Intel SVR4
56+
svr4 Intel x86 on Intel SVR4 and MIPS
5757
ultrix4 DEC MIPS on Ultrix 4.4
5858

5959
PostgreSQL has known problems/bugs on the following platforms:

doc/FAQ

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Section 1: General Questions
165165
see LINUX_ELF below).
166166
* sparc_solaris - SUN SPARC on Solaris 2.4
167167
* sunos4 - SUN SPARC on SunOS 4.1.3
168-
* svr4 - Intel x86 on Intel SVR4
168+
* svr4 - Intel x86 on Intel SVR4 and MIPS
169169
* ultrix4 - DEC MIPS on Ultrix 4.4
170170

171171
The following platforms have known problems/bugs:

src/configure

+1
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';;
584584
irix*) PORTNAME='irix5';;
585585
hpux*) PORTNAME='hpux';;
586586
osf*) PORTNAME='alpha';;
587+
sysv4*) PORTNAME='svr4';;
587588
sysv4.2*)
588589
case "$host_vendor" in
589590
univel) PORTNAME='univel';;

src/configure.in

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';;
2020
irix*) PORTNAME='irix5';;
2121
hpux*) PORTNAME='hpux';;
2222
osf*) PORTNAME='alpha';;
23+
sysv4*) PORTNAME='svr4';;
2324
sysv4.2*)
2425
case "$host_vendor" in
2526
univel) PORTNAME='univel';;

0 commit comments

Comments
 (0)