mirror of
https://github.com/golang/go
synced 2024-11-12 10:30:23 -07:00
cmd/go: updated docs for AR with a different summary
Updated the internal help for the AR environment variable to match the message that is wanted by the reviewer. cmd/go/internal/help/helpdoc.go: updated summary cmd/go/alldocs.go: updated via cmd/go/mkalldocs.sh
This commit is contained in:
parent
d47eba9777
commit
7f9f1a658a
@ -1501,8 +1501,9 @@
|
||||
// PKG_CONFIG
|
||||
// Path to pkg-config tool.
|
||||
// AR
|
||||
// The command to use to create, modify, and extract from library archives.
|
||||
// Only used when the compiler is gccgo ('-compiler=gccgo').
|
||||
// The command to use to manipualte library archives when
|
||||
// building with the gccgo compiler.
|
||||
// The default is 'ar'.
|
||||
//
|
||||
// Architecture-specific environment variables:
|
||||
//
|
||||
|
@ -547,8 +547,9 @@ Environment variables for use with cgo:
|
||||
PKG_CONFIG
|
||||
Path to pkg-config tool.
|
||||
AR
|
||||
The command to use to create, modify, and extract from library archives.
|
||||
Only used when the compiler is gccgo ('-compiler=gccgo').
|
||||
The command to use to manipulate library archives when
|
||||
building with the gccgo compiler.
|
||||
The default is 'ar'.
|
||||
|
||||
Architecture-specific environment variables:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user