File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ PostgreSQL has been tested on the following platforms:
53
53
(For non-ELF Linux, see LINUX_ELF below).
54
54
sparc_solaris SUN SPARC on Solaris 2.4
55
55
sunos4 SUN SPARC on SunOS 4.1.3
56
- svr4 Intel x86 on Intel SVR4
56
+ svr4 Intel x86 on Intel SVR4 and MIPS
57
57
ultrix4 DEC MIPS on Ultrix 4.4
58
58
59
59
PostgreSQL has known problems/bugs on the following platforms:
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ Section 1: General Questions
165
165
see LINUX_ELF below).
166
166
* sparc_solaris - SUN SPARC on Solaris 2.4
167
167
* sunos4 - SUN SPARC on SunOS 4.1.3
168
- * svr4 - Intel x86 on Intel SVR4
168
+ * svr4 - Intel x86 on Intel SVR4 and MIPS
169
169
* ultrix4 - DEC MIPS on Ultrix 4.4
170
170
171
171
The following platforms have known problems/bugs:
Original file line number Diff line number Diff line change @@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';;
584
584
irix* ) PORTNAME=' irix5' ;;
585
585
hpux* ) PORTNAME=' hpux' ;;
586
586
osf* ) PORTNAME=' alpha' ;;
587
+ sysv4* ) PORTNAME=' svr4' ;;
587
588
sysv4.2* )
588
589
case " $host_vendor " in
589
590
univel) PORTNAME=' univel' ;;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';;
20
20
irix*) PORTNAME='irix5';;
21
21
hpux*) PORTNAME='hpux';;
22
22
osf*) PORTNAME='alpha';;
23
+ sysv4*) PORTNAME='svr4';;
23
24
sysv4.2*)
24
25
case "$host_vendor" in
25
26
univel) PORTNAME='univel';;
You can’t perform that action at this time.
0 commit comments