mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
ld.texinfo: Clarify that sysroot affects "=" expansion.
* ld.texinfo (Options): When mentioning "=" and sysroot, mention that --sysroot controls it, not only through the configuration.
This commit is contained in:
parent
d9ab24174c
commit
b3b9c41dc6
@ -1,3 +1,8 @@
|
||||
2014-10-15 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* ld.texinfo (Options): When mentioning "=" and sysroot, mention
|
||||
that --sysroot controls it, not only through the configuration.
|
||||
|
||||
2014-10-14 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* NEWS: Add marker for 2.25.
|
||||
|
@ -706,7 +706,8 @@ how @command{ld} searches for a linker script unless @option{-T}
|
||||
option is specified.
|
||||
|
||||
If @var{searchdir} begins with @code{=}, then the @code{=} will be replaced
|
||||
by the @dfn{sysroot prefix}, a path specified when the linker is configured.
|
||||
by the @dfn{sysroot prefix}, controlled by the @samp{--sysroot} option, or
|
||||
specified when the linker is configured.
|
||||
|
||||
@ifset UsesEnvVars
|
||||
The default set of paths searched (without being specified with
|
||||
|
Loading…
Reference in New Issue
Block a user