Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10da89c

Browse files
committed
Add sysv4 support to configure and docs.
1 parente3be2f9 commit10da89c

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

‎INSTALL

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp