mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
chapter 6 ncurses: disable stripping (invoking host strip)
This commit is contained in:
parent
39bc7c48df
commit
e0f124e741
@ -68,6 +68,7 @@ popd</userinput></screen>
|
|||||||
--without-debug \
|
--without-debug \
|
||||||
--without-ada \
|
--without-ada \
|
||||||
--without-normal \
|
--without-normal \
|
||||||
|
--disable-stripping \
|
||||||
--enable-widec</userinput></screen>
|
--enable-widec</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
@ -91,6 +92,15 @@ popd</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--disable-stripping</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>This switch prevents the building system from stripping
|
||||||
|
the programs using <command>strip</command> program from the host.
|
||||||
|
Using host tools on cross-compiled program can cause failure.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--enable-widec</parameter></term>
|
<term><parameter>--enable-widec</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user