Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
2cf6c6eb
Commit
2cf6c6eb
authored
Dec 23, 2010
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6l: fix documentation of -L flag
R=rsc, iant2, iant CC=golang-dev
https://golang.org/cl/3802044
parent
8ccee48d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
doc.go
src/cmd/5l/doc.go
+2
-2
doc.go
src/cmd/6l/doc.go
+2
-2
doc.go
src/cmd/8l/doc.go
+2
-2
No files found.
src/cmd/5l/doc.go
View file @
2cf6c6eb
...
@@ -20,8 +20,8 @@ Original options are listed in the link above.
...
@@ -20,8 +20,8 @@ Original options are listed in the link above.
Options new in this version:
Options new in this version:
-L dir1
,dir2,..
-L dir1
-L dir2
Search for libraries (package files) in
the comma-separated list of directories
.
Search for libraries (package files) in
dir1, dir2, etc
.
The default is the single location $GOROOT/pkg/$GOOS_arm.
The default is the single location $GOROOT/pkg/$GOOS_arm.
-r dir1:dir2:...
-r dir1:dir2:...
Set the dynamic linker search path when using ELF.
Set the dynamic linker search path when using ELF.
...
...
src/cmd/6l/doc.go
View file @
2cf6c6eb
...
@@ -32,8 +32,8 @@ Options new in this version:
...
@@ -32,8 +32,8 @@ Options new in this version:
Write Apple Mach-O binaries (default when $GOOS is darwin)
Write Apple Mach-O binaries (default when $GOOS is darwin)
-H7
-H7
Write Linux ELF binaries (default when $GOOS is linux)
Write Linux ELF binaries (default when $GOOS is linux)
-L dir1
,dir2,..
-L dir1
-L dir2
Search for libraries (package files) in
the comma-separated list of directories
.
Search for libraries (package files) in
dir1, dir2, etc
.
The default is the single location $GOROOT/pkg/$GOOS_amd64.
The default is the single location $GOROOT/pkg/$GOOS_amd64.
-r dir1:dir2:...
-r dir1:dir2:...
Set the dynamic linker search path when using ELF.
Set the dynamic linker search path when using ELF.
...
...
src/cmd/8l/doc.go
View file @
2cf6c6eb
...
@@ -29,8 +29,8 @@ Options new in this version:
...
@@ -29,8 +29,8 @@ Options new in this version:
Write Apple Mach-O binaries (default when $GOOS is darwin)
Write Apple Mach-O binaries (default when $GOOS is darwin)
-H7
-H7
Write Linux ELF binaries (default when $GOOS is linux)
Write Linux ELF binaries (default when $GOOS is linux)
-L dir1
,dir2,..
-L dir1
-L dir2
Search for libraries (package files) in
the comma-separated list of directories
.
Search for libraries (package files) in
dir1, dir2, etc
.
The default is the single location $GOROOT/pkg/$GOOS_386.
The default is the single location $GOROOT/pkg/$GOOS_386.
-r dir1:dir2:...
-r dir1:dir2:...
Set the dynamic linker search path when using ELF.
Set the dynamic linker search path when using ELF.
...
...
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