Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
f0fc16ab
Commit
f0fc16ab
authored
Apr 11, 2013
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/ld: fix argument passing in doc.go
R=golang-dev, r CC=golang-dev
https://golang.org/cl/8622043
parent
0e76a943
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/cmd/ld/doc.go
src/cmd/ld/doc.go
+7
-7
No files found.
src/cmd/ld/doc.go
View file @
f0fc16ab
...
...
@@ -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)
-H
netbsd (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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment