aboutsummaryrefslogtreecommitdiff
path: root/doc/gccgo_install.html
AgeCommit message (Collapse)Author
2021-02-16doc: remove all docs not tied to distributionRuss Cox
They have moved to x/website in CL 291693. The docs that are left are the ones that are edited at the same time as development in this repository and are tied to the specific version of Go being developed. Those are: - the language spec - the memory model - the assembler manual - the current release's release notes Change-Id: I437c4d33ada1b1716b1919c3c939c2cacf407e83 Reviewed-on: https://go-review.googlesource.com/c/go/+/291711 Trust: Russ Cox <rsc@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-06-15doc/gccgo: change gold build instructions to use Git repositoryTobias Klauser
Use the binutils Git repository instead of CVS. Change-Id: I10100ca44d64ab3621367d1d4ac9e9a50d212d0d Reviewed-on: https://go-review.googlesource.com/c/go/+/237839 Reviewed-by: Ian Lance Taylor <iant@golang.org>
2020-06-15doc/gccgo: update GCC repository after migration to GitTobias Klauser
The GCC code repository is now hosted on Git. Adjust the instructions in gccgo_install.html accordingly. Change-Id: I443a8b645b63e63785979bc0554521e3dc3b0bf7 Reviewed-on: https://go-review.googlesource.com/c/go/+/237798 Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-09-18all: remove trailing whitespace from HTML filesDaniel Martí
I noticed lots of trailing whitespace in one of cmd/trace's HTML files. While at it, remove a few others from still-maintained files. Leave old documents alone, such as doc/devel/weekly.html. Change-Id: I7de7bbb6dd3fe6403bbb1f1178a8d3640c1e537b Reviewed-on: https://go-review.googlesource.com/c/go/+/196178 Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-09-12doc/gccgo: update gcc status, remove double spacesAlberto Donizetti
This change updates the status of gccgo 8 and gccgo 9, which are now released. It also replaces every instance of two-spaces with one space in text paragraphs, which is the preferred style in Go documentation. Fixes #34167 Change-Id: I94a4d85c06281f2623d39a68db7b6c95b5867999 Reviewed-on: https://go-review.googlesource.com/c/go/+/193842 Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-06-13doc: use HTTPS for linksSuriyaa Sundararuban
Change-Id: I9d2d25df067ca573589db5ff18296a5ec33866be Reviewed-on: https://go-review.googlesource.com/118595 Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-10-03doc: update GCC release info in gccgo_installIan Lance Taylor
Fixes #22077 Change-Id: I8d1b18e78719514fa2a410e85c9d3934c47cd2fe Reviewed-on: https://go-review.googlesource.com/66930 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2017-01-24doc: update gccgo docsIan Lance Taylor
Update docs on correspondence between Go releases and GCC releases. Update C type that corresponds to Go type `int`. Drop out of date comments about Ubuntu and RTEMS. Change-Id: Ic1b5ce9f242789af23ec3b7e7a64c9d257d6913e Reviewed-on: https://go-review.googlesource.com/35631 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-07-11all: link to https instead of httpBrad Fitzpatrick
The one in misc/makerelease/makerelease.go is particularly bad and probably warrants rotating our keys. I didn't update old weekly notes, and reverted some changes involving test code for now, since we're late in the Go 1.5 freeze. Otherwise, the rest are all auto-generated changes, and all manually reviewed. Change-Id: Ia2753576ab5d64826a167d259f48a2f50508792d Reviewed-on: https://go-review.googlesource.com/12048 Reviewed-by: Rob Pike <r@golang.org>
2015-06-19doc: update gccgo docs for move of gofrontend to gitIan Lance Taylor
This also includes some other minor updates to the documentation. Change-Id: Iafab353727d7622d125b97fbdeaa81525b7a92aa Reviewed-on: https://go-review.googlesource.com/11123 Reviewed-by: Yves Junqueira <yves.junqueira@gmail.com> Reviewed-by: Russ Cox <rsc@golang.org>
2014-10-22gccgo_install.html: the 4.9 release series supports Go 1.2Ian Lance Taylor
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/163760043
2014-04-28doc: fix broken link to RTEMS Go wiki pageRobert Hencke
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/98740046
2013-12-06doc: update list of gccgo import search pathsPeter Collingbourne
R=iant CC=golang-dev https://golang.org/cl/38560043
2013-11-06doc: update note about GCC 4.8.2 in gccgo instructionsIan Lance Taylor
R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/22510043
2013-06-20doc: update gccgo docsIan Lance Taylor
R=golang-dev, r CC=golang-dev https://golang.org/cl/10401046
2012-03-20doc: general update of gccgo_installIan Lance Taylor
Fixes #3325. R=golang-dev, bradfitz, minux.ma, r CC=golang-dev https://golang.org/cl/5858043
2012-03-19doc: various typos, remove apostrophes from ordinalsJeremy Jackins
R=golang-dev, r, r CC=golang-dev https://golang.org/cl/5845059
2012-03-05doc: clean up docs page, refer to wiki, change install doc pathsAndrew Gerrand
R=golang-dev, minux.ma, r CC=golang-dev https://golang.org/cl/5728051
2012-02-14doc: update install.html for binary distros, add install-source.htmlAndrew Gerrand
R=bsiegert, rsc, r CC=golang-dev https://golang.org/cl/5605047
2012-02-06doc: remove overuse of simplyRuss Cox
Specifically, remove simply where it is claiming that the code or the action to be carried out is simple, since the reader might disagree. R=golang-dev, bradfitz, gri CC=golang-dev https://golang.org/cl/5637048
2012-01-19godoc: specify HTML page metadata with a JSON blobAndrew Gerrand
This allows HTML pages to specify arbitrary data in a header: <!--{ "Title": "The page title", ... }--> replacing the old style comments: <!-- title The page title --> R=gri, rsc, r, bradfitz, dsymonds CC=golang-dev https://golang.org/cl/5532093
2011-09-19doc: when configuring gold for gccgo, use --enable-gold=defaultIan Lance Taylor
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5030057
2011-03-01docs: make "runtime" a word only as a name for the package.Rob Pike
Computer people have an agglutinating streak that I like to resist. As a time of execution: run time. As an adjective: run-time. As a noun: run-time support/code/library. Signed, Mr. Pedant. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4252048
2011-01-19docs: float->float64 plus a couple of other tweaks.Rob Pike
R=rsc, gri CC=golang-dev https://golang.org/cl/3978042
2010-08-30doc: various changes for validating HTMLScott Lawrence
(Fixes missing tags, extra tags, missing attributes, and such found by tidy -e) R=golang-dev, adg1, adg CC=golang-dev https://golang.org/cl/2039043
2010-08-23doc: Update gccgo information for recent changes.Ian Lance Taylor
R=r CC=golang-dev https://golang.org/cl/1941052
2010-07-20gccgo_install.html: Description of the port to RTEMS added.Vinu Rajashekhar
R=iant, r CC=gofrontend-dev, golang-dev, joel.sherrill https://golang.org/cl/1846047
2010-01-29The gccgo frontend has moved to a new repository.Ian Lance Taylor
Update the documents accordingly. Also document gccgo specific options. R=r CC=golang-dev https://golang.org/cl/196070
2009-12-29Document how to build gccgo to use gold.Ian Lance Taylor
This provides full support for discontiguous stacks. R=r CC=golang-dev https://golang.org/cl/183088
2009-11-18On 32-bit x86, one should configure with --with-arch=.Ian Lance Taylor
R=r https://golang.org/cl/156080
2009-11-07Adjust gccgo license references.Ian Lance Taylor
gccgo will be distributed under the same license as the rest of the Go code. R=r, rsc http://go/go-review/1024019
2009-11-07change --enable-languages flag to include c, c++ in first mentionRob Pike
R=iant http://go/go-review/1026016
2009-11-06Rename go_gccgo_setup to gccgo_install.Ian Lance Taylor
R=rsc CC=go-dev http://go/go-review/1026009