1
0
mirror of https://github.com/golang/go synced 2024-09-30 08:28:34 -06:00
go/doc
Vladimir Stefanovic 12abacb555 cmd/go, cmd/dist: introduce GOMIPS environment variable
GOMIPS is a GOARCH=mips{,le} specific option, for a choice between
hard-float and soft-float. Valid values are 'hardfloat' (default) and
'softfloat'. It is passed to the assembler as
'GOMIPS_{hardfloat,softfloat}'.

Note: GOMIPS will later also be used for a choice of MIPS instruction
set (mips32/mips32r2).

Updates #18162

Change-Id: I35417db8625695f09d6ccc3042431dd2eaa756a6
Reviewed-on: https://go-review.googlesource.com/37954
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2017-11-30 16:57:08 +00:00
..
articles doc: fix minor capitalization typo 2017-09-28 17:13:13 +00:00
codewalk
devel doc: document Go 1.9.2 2017-10-25 16:09:24 +00:00
editors doc: rename Gogland to GoLand 2017-11-22 01:18:45 +00:00
gopher website: recreate 16px and 32px favicon 2016-08-25 15:43:32 +00:00
play
progs cmd/cgo: support niladic function-like macros 2017-08-30 18:28:58 +00:00
asm.html cmd/go, cmd/dist: introduce GOMIPS environment variable 2017-11-30 16:57:08 +00:00
cmd.html doc: website: changed link for cover 2017-06-18 16:19:31 +00:00
code.html doc: Proper default value for the $GOPATH. 2017-06-28 05:47:47 +00:00
conduct.html doc: update Code of Conduct wording and scope 2017-02-15 21:42:39 +00:00
contrib.html doc/contrib.html: add Go 1.10 to release list 2017-11-15 21:26:27 +00:00
contribute.html doc: move single change workflow note in contribution guide 2017-11-29 20:19:32 +00:00
debugging_with_gdb.html doc: correct supported gdb version info 2017-11-14 21:05:02 +00:00
diagnostics.html doc: fix some typos in diagnostics.html 2017-11-21 20:29:01 +00:00
docs.html doc: fix a sentence position. 2017-11-25 17:06:50 +00:00
editors.html doc: rename Gogland to GoLand 2017-11-22 01:18:45 +00:00
effective_go.html doc: fix typo in Effective Go: s/ReaderWriter/ReadWriter/ 2017-11-23 04:07:39 +00:00
gccgo_contribute.html doc: fix stale gofrontend/gccgo contribution link 2016-09-01 18:38:38 +00:00
gccgo_install.html doc: update GCC release info in gccgo_install 2017-10-03 14:33:14 +00:00
go1.1.html
go1.2.html
go1.3.html
go1.4.html
go1.5.html
go1.6.html
go1.7.html doc: fix broken links in 1.7 release docs 2016-11-07 18:51:29 +00:00
go1.8.html doc: fix broken link in go1.8.html 2017-02-22 23:51:12 +00:00
go1.9.html doc/1.9: add mention of net/http.LocalAddrContextKey 2017-08-28 19:21:54 +00:00
go1.10.html doc/go1.10: first draft of release notes 2017-11-15 21:22:43 +00:00
go1.html
go1compat.html
go_faq.html doc/faq: tweak the wording in the new section on goroutine IDs 2017-11-29 05:17:03 +00:00
go_mem.html
go_spec.html spec: match syntax for method expressions with implementations 2017-10-25 22:49:03 +00:00
go-logo-black.png
go-logo-blue.png
go-logo-white.png
help.html doc: hide content blocked by GFW when served in CN 2017-09-11 14:59:59 +00:00
ie.css
install-source.html doc: update URL of the go1.4 source snapshot to use dl.google.com 2017-11-27 16:25:25 +00:00
install.html all: drop support for FreeBSD 9 or below 2017-11-28 18:57:25 +00:00
root.html doc: hide blog content for golang.google.cn 2017-08-03 17:32:52 +00:00
security.html doc: dissuade people from using PGP for security reports 2017-04-17 18:33:08 +00:00
share.png
tos.html