Merge pull request #61473 from Synthetica9/dontstrip-typo
doc/stdenv.xml: fix typo
This commit is contained in:
commit
3223534f89
@ -1580,7 +1580,7 @@ installTargets = "install-bin install-doc";</programlisting>
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Like <varname>dontStripHost</varname>, but only affects the
|
Like <varname>dontStrip</varname>, but only affects the
|
||||||
<command>strip</command> command targetting the package's host platform.
|
<command>strip</command> command targetting the package's host platform.
|
||||||
Useful when supporting cross compilation, but otherwise feel free to
|
Useful when supporting cross compilation, but otherwise feel free to
|
||||||
ignore.
|
ignore.
|
||||||
@ -1593,7 +1593,7 @@ installTargets = "install-bin install-doc";</programlisting>
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Like <varname>dontStripHost</varname>, but only affects the
|
Like <varname>dontStrip</varname>, but only affects the
|
||||||
<command>strip</command> command targetting the packages' target
|
<command>strip</command> command targetting the packages' target
|
||||||
platform. Useful when supporting cross compilation, but otherwise feel
|
platform. Useful when supporting cross compilation, but otherwise feel
|
||||||
free to ignore.
|
free to ignore.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user