@@ -71,6 +71,12 @@ <h2 id="introduction">Introduction</h2>
71
71
< dd >
72
72
Supports Linux binaries. New in 1.5 and not as well excercised as other ports.
73
73
</ dd >
74
+ < dt >
75
+ < code > mips64, mips64le</ code > (64-bit MIPS big- and little-endian)
76
+ </ dt >
77
+ < dd >
78
+ Supports Linux binaries. New in 1.6 and not as well excercised as other ports.
79
+ </ dd >
74
80
</ dl >
75
81
76
82
< p >
@@ -112,7 +118,7 @@ <h2 id="go14">Install Go compiler binaries</h2>
112
118
113
119
< p >
114
120
If you want to install Go 1.5 on a system that is not supported by Go 1.4 (such
115
- as < code > linux/ppc64</ code > ) you can either use
121
+ as < code > linux/ppc64</ code > and < code > linux/mips64le </ code > ) you can either use
116
122
< a href ="/src/bootstrap.bash "> bootstrap.bash</ a > on a system that can bootstrap Go
117
123
1.5 normally, or bootstrap with gccgo 5.
118
124
</ p >
@@ -405,7 +411,8 @@ <h2 id="environment">Optional environment variables</h2>
405
411
Choices for < code > $GOARCH</ code > are
406
412
< code > amd64</ code > (64-bit x86, the most mature port),
407
413
< code > 386</ code > (32-bit x86), < code > arm</ code > (32-bit ARM), < code > arm64</ code > (64-bit ARM),
408
- < code > ppc64le</ code > (PowerPC 64-bit, little-endian), and < code > ppc64</ code > (PowerPC 64-bit, big-endian).
414
+ < code > ppc64le</ code > (PowerPC 64-bit, little-endian), < code > ppc64</ code > (PowerPC 64-bit, big-endian),
415
+ < code > mips64le</ code > (MIPS 64-bit, little-endian), and < code > mips64</ code > (MIPS 64-bit, big-endian).
409
416
The valid combinations of < code > $GOOS</ code > and < code > $GOARCH</ code > are:
410
417
< table cellpadding ="0 ">
411
418
< tr >
@@ -454,6 +461,12 @@ <h2 id="environment">Optional environment variables</h2>
454
461
< td > </ td > < td > < code > linux</ code > </ td > < td > < code > ppc64le</ code > </ td >
455
462
</ tr >
456
463
< tr >
464
+ < td > </ td > < td > < code > linux</ code > </ td > < td > < code > mips64</ code > </ td >
465
+ </ tr >
466
+ < tr >
467
+ < td > </ td > < td > < code > linux</ code > </ td > < td > < code > mips64le</ code > </ td >
468
+ </ tr >
469
+ < tr >
457
470
< td > </ td > < td > < code > netbsd</ code > </ td > < td > < code > 386</ code > </ td >
458
471
</ tr >
459
472
< tr >
0 commit comments