summaryrefslogtreecommitdiff
path: root/doc/gccgo_install.html
Commit message (Collapse)AuthorAgeFilesLines
* gccgo_install.html: the 4.9 release series supports Go 1.2Ian Lance Taylor2014-10-221-0/+4
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/163760043
* doc: fix broken link to RTEMS Go wiki pageRobert Hencke2014-04-281-1/+1
| | | | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/98740046 Committer: Brad Fitzpatrick <bradfitz@golang.org>
* doc: update list of gccgo import search pathsPeter Collingbourne2013-12-061-1/+1
| | | | | | | | R=iant CC=golang-dev https://codereview.appspot.com/38560043 Committer: Ian Lance Taylor <iant@golang.org>
* doc: update note about GCC 4.8.2 in gccgo instructionsIan Lance Taylor2013-11-061-2/+2
| | | | | | R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/22510043
* doc: update gccgo docsIan Lance Taylor2013-06-201-20/+34
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/10401046
* doc: general update of gccgo_installIan Lance Taylor2012-03-201-114/+213
| | | | | | | | Fixes issue 3325. R=golang-dev, bradfitz, minux.ma, r CC=golang-dev http://codereview.appspot.com/5858043
* doc: various typos, remove apostrophes from ordinalsJeremy Jackins2012-03-191-1/+1
| | | | | | | | R=golang-dev, r, r CC=golang-dev http://codereview.appspot.com/5845059 Committer: Rob Pike <r@golang.org>
* doc: clean up docs page, refer to wiki, change install doc pathsAndrew Gerrand2012-03-051-3/+3
| | | | | | R=golang-dev, minux.ma, r CC=golang-dev http://codereview.appspot.com/5728051
* doc: update install.html for binary distros, add install-source.htmlAndrew Gerrand2012-02-141-1/+2
| | | | | | R=bsiegert, rsc, r CC=golang-dev http://codereview.appspot.com/5605047
* doc: remove overuse of simplyRuss Cox2012-02-061-1/+1
| | | | | | | | | | 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 http://codereview.appspot.com/5637048
* godoc: specify HTML page metadata with a JSON blobAndrew Gerrand2012-01-191-1/+3
| | | | | | | | | | | | | | | | | 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 http://codereview.appspot.com/5532093
* doc: when configuring gold for gccgo, use --enable-gold=defaultIan Lance Taylor2011-09-191-2/+2
| | | | | | R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5030057
* docs: make "runtime" a word only as a name for the package.Rob Pike2011-03-011-1/+1
| | | | | | | | | | | | | | 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 http://codereview.appspot.com/4252048
* docs: float->float64 plus a couple of other tweaks.Rob Pike2011-01-191-2/+2
| | | | | | | | R=rsc, gri CC=golang-dev http://codereview.appspot.com/3978042 Committer: Russ Cox <rsc@golang.org>
* doc: various changes for validating HTMLScott Lawrence2010-08-301-2/+2
| | | | | | | | | | (Fixes missing tags, extra tags, missing attributes, and such found by tidy -e) R=golang-dev, adg1, adg CC=golang-dev http://codereview.appspot.com/2039043 Committer: Andrew Gerrand <adg@golang.org>
* doc: Update gccgo information for recent changes.Ian Lance Taylor2010-08-231-15/+15
| | | | | | R=r CC=golang-dev http://codereview.appspot.com/1941052
* gccgo_install.html: Description of the port to RTEMS added.Vinu Rajashekhar2010-07-201-0/+12
| | | | | | | | R=iant, r CC=gofrontend-dev, golang-dev, joel.sherrill http://codereview.appspot.com/1846047 Committer: Ian Lance Taylor <iant@golang.org>
* The gccgo frontend has moved to a new repository.Ian Lance Taylor2010-01-291-2/+39
| | | | | | | | | Update the documents accordingly. Also document gccgo specific options. R=r CC=golang-dev http://codereview.appspot.com/196070
* Document how to build gccgo to use gold.Ian Lance Taylor2009-12-291-5/+31
| | | | | | | | This provides full support for discontiguous stacks. R=r CC=golang-dev http://codereview.appspot.com/183088
* On 32-bit x86, one should configure with --with-arch=.Ian Lance Taylor2009-11-181-3/+8
| | | | | R=r http://codereview.appspot.com/156080
* Adjust gccgo license references.Ian Lance Taylor2009-11-071-3/+3
| | | | | | | | gccgo will be distributed under the same license as the rest of the Go code. R=r, rsc http://go/go-review/1024019
* change --enable-languages flag to include c, c++ in first mentionRob Pike2009-11-071-1/+1
| | | | | R=iant http://go/go-review/1026016
* Rename go_gccgo_setup to gccgo_install.Ian Lance Taylor2009-11-061-0/+329
R=rsc CC=go-dev http://go/go-review/1026009