From ab708e357889a070247f8788c56680ff6684c142 Mon Sep 17 00:00:00 2001
From: Shenghou Ma gccgo
, see
Setting up and using gccgo.
+The gc
compiler supports the following operating systems and
+architectures. Please ensure your system meets these requirements before
+proceeding. If your OS or architecture is not on the list, it's possible that
+gccgo
might support your setup; see
+Setting up and using gccgo for details.
+
Operating system | +Architectures | +Notes | +
---|---|---|
FreeBSD 7 or later | amd64, 386 | Debian GNU/kFreeBSD not supported |
Linux 2.6.23 or later with glibc | amd64, 386, arm | CentOS/RHEL 5.x not supported; no binary distribution for ARM yet |
Mac OS X 10.6/10.7 | amd64, 386 | use the gcc† that comes with Xcode |
Windows 2000 or later | amd64, 386 | use mingw gcc†; cygwin or msys is not needed |
+†gcc
is required only if you plan to use cgo.
+
diff --git a/doc/style.css b/doc/style.css index 7f3384c6c2b..a0c63209876 100644 --- a/doc/style.css +++ b/doc/style.css @@ -373,6 +373,7 @@ div#blog .read { .toggleVisible .expanded { display: block; } table.codetable { margin-left: auto; margin-right: auto; border-style: none; } +table.codetable td { padding-right: 10px; } hr { border-style: none; border-top: 1px solid black; } img.gopher {