diff options
Diffstat (limited to 'src/cmd/8g/doc.go')
-rw-r--r-- | src/cmd/8g/doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/8g/doc.go b/src/cmd/8g/doc.go index 5b522fd14..2d9ff9a42 100644 --- a/src/cmd/8g/doc.go +++ b/src/cmd/8g/doc.go @@ -4,8 +4,8 @@ /* -8g is the version of the gc compiler for the x86, -referred to by these tools for historical reasons as 386. +8g is the version of the gc compiler for the x86. +The $GOARCH for these tools is 386. It reads .go files and outputs .8 files. The flags are documented in ../gc/doc.go. |