1
0
mirror of https://github.com/golang/go synced 2024-11-21 21:24:45 -07:00

6l: fix documentation of -L flag

R=rsc, iant2, iant
CC=golang-dev
https://golang.org/cl/3802044
This commit is contained in:
Andrew Gerrand 2010-12-24 09:04:53 +11:00
parent 8ccee48d06
commit 2cf6c6eb80
3 changed files with 6 additions and 6 deletions

View File

@ -20,8 +20,8 @@ Original options are listed in the link above.
Options new in this version:
-L dir1,dir2,..
Search for libraries (package files) in the comma-separated list of directories.
-L dir1 -L dir2
Search for libraries (package files) in dir1, dir2, etc.
The default is the single location $GOROOT/pkg/$GOOS_arm.
-r dir1:dir2:...
Set the dynamic linker search path when using ELF.

View File

@ -32,8 +32,8 @@ Options new in this version:
Write Apple Mach-O binaries (default when $GOOS is darwin)
-H7
Write Linux ELF binaries (default when $GOOS is linux)
-L dir1,dir2,..
Search for libraries (package files) in the comma-separated list of directories.
-L dir1 -L dir2
Search for libraries (package files) in dir1, dir2, etc.
The default is the single location $GOROOT/pkg/$GOOS_amd64.
-r dir1:dir2:...
Set the dynamic linker search path when using ELF.

View File

@ -29,8 +29,8 @@ Options new in this version:
Write Apple Mach-O binaries (default when $GOOS is darwin)
-H7
Write Linux ELF binaries (default when $GOOS is linux)
-L dir1,dir2,..
Search for libraries (package files) in the comma-separated list of directories.
-L dir1 -L dir2
Search for libraries (package files) in dir1, dir2, etc.
The default is the single location $GOROOT/pkg/$GOOS_386.
-r dir1:dir2:...
Set the dynamic linker search path when using ELF.