mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +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-ada \
|
||||
--without-normal \
|
||||
--disable-stripping \
|
||||
--enable-widec</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
@ -91,6 +92,15 @@ popd</userinput></screen>
|
||||
</listitem>
|
||||
</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>
|
||||
<term><parameter>--enable-widec</parameter></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user