Fix several out of date references to 4g/5g/6g/8g/9g.

Change-Id: Ifb8e4e13c7778a7c0113190051415e096f5db94f
Reviewed-on: https://go-review.googlesource.com/11390
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Aaron Jacobs 2015-06-24 09:50:12 +10:00 committed by Andrew Gerrand
parent a4ec50bd0b
commit 8628688304
24 changed files with 34 additions and 36 deletions

View file

@ -223,7 +223,7 @@ func Getgoarm() string {
}
func Getgo386() string {
// Validated by cmd/8g.
// Validated by cmd/compile.
return envOr("GO386", defaultGO386)
}