aboutsummaryrefslogtreecommitdiff
path: root/content/gccgo-in-gcc-471.article
diff options
context:
space:
mode:
authorYesudeep Mangalapilly <yesudeep@google.com>2015-08-17 19:27:26 +0530
committerAndrew Gerrand <adg@golang.org>2015-08-24 20:04:40 +0000
commit025fc4eeb24f88429da68676a224d3df9dbe7b77 (patch)
treebba0ea481a738762fce878407de5f127bfe0a43a /content/gccgo-in-gcc-471.article
parent9fbb216ad1684e71b21265065a29395f67da2e0d (diff)
content: update stale URLs.
Updates URLs for some code.google.com projects and Wiki pages that may stop working as a result of code.google.com shutting down some time in August, 2015. Change-Id: I012e767faeb011308462bf8fbd2ed65ea6035a30 Reviewed-on: https://go-review.googlesource.com/13656 Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'content/gccgo-in-gcc-471.article')
-rw-r--r--content/gccgo-in-gcc-471.article4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/gccgo-in-gcc-471.article b/content/gccgo-in-gcc-471.article
index 2e71832..4aa51c7 100644
--- a/content/gccgo-in-gcc-471.article
+++ b/content/gccgo-in-gcc-471.article
@@ -18,6 +18,8 @@ Gccgo provides the standard, complete Go library. Many of the core features of
Gccgo distributions do not yet include a version of the go command. However, if you install the go command from a standard Go release, it already supports gccgo via the `-compiler` option: go build `-compiler`gccgo`myprog`. The tools used for calls between Go and C/C++, cgo and SWIG, also support gccgo.
-We have put the Go frontend under the same BSD license as the rest of the Go tools. You can download the source code for the frontend at the [[http://code.google.com/p/gofrontend][gofrontend Google Code project]]. Note that when the Go frontend is linked with the GCC backend to make gccgo, GCC’s GPL license takes precedence.
+We have put the Go frontend under the same BSD license as the rest of the Go
+tools. You can download the source code for the frontend at the
+[[https://github.com/golang/gofrontend][gofrontend project]]. Note that when the Go frontend is linked with the GCC backend to make gccgo, GCC’s GPL license takes precedence.
The latest release of GCC, 4.7.1, includes gccgo with support for Go 1. If you need better performance for CPU-bound Go programs, or you need to support processors or operating systems that the gc compiler does not support, gccgo might be the answer.