The Go Programming Language

Command 5g

5g is the version of the gc compiler for the ARM. The $GOARCH for these tools is arm.

It reads .go files and outputs .5 files. The flags are documented in ../gc/doc.go.

There is no instruction optimizer, so the -N flag is a no-op.

release.r60.3. Except as noted, this content is licensed under a Creative Commons Attribution 3.0 License.