cmd/ld: fix argument passing in doc.go

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8622043
This commit is contained in:
Shenghou Ma 2013-04-11 04:04:02 +08:00
parent 0e76a943c9
commit f0fc16abd7
1 changed files with 7 additions and 7 deletions

View File

@ -31,19 +31,19 @@ Options new in this version:
is statically linked and does not refer to a dynamic linker. Without this option
(the default), the binary's contents are identical but it is loaded with a dynamic
linker. This flag cannot be used when $GOOS is windows.
-Hdarwin (only in 6l/8l)
-H darwin (only in 6l/8l)
Write Apple Mach-O binaries (default when $GOOS is darwin)
-Hlinux
-H linux
Write Linux ELF binaries (default when $GOOS is linux)
-Hfreebsd
-H freebsd
Write FreeBSD ELF binaries (default when $GOOS is freebsd)
-Hnetbsd (only in 6l/8l)
-H netbsd
Write NetBSD ELF binaries (default when $GOOS is netbsd)
-Hopenbsd (only in 6l/8l)
-H openbsd (only in 6l/8l)
Write OpenBSD ELF binaries (default when $GOOS is openbsd)
-Hwindows (only in 6l/8l)
-H windows (only in 6l/8l)
Write Windows PE32+ Console binaries (default when $GOOS is windows)
-Hwindowsgui (only in 6l/8l)
-H windowsgui (only in 6l/8l)
Write Windows PE32+ GUI binaries
-I interpreter
Set the ELF dynamic linker to use.