Commit 2cf6c6eb authored by Andrew Gerrand's avatar Andrew Gerrand

6l: fix documentation of -L flag

R=rsc, iant2, iant
CC=golang-dev
https://golang.org/cl/3802044
parent 8ccee48d
...@@ -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.
......
...@@ -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.
......
...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment