mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
dbcb9f4049
@ -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>
|
||||
|
@ -77,7 +77,7 @@
|
||||
<varlistentry>
|
||||
<term><emphasis>LSB Runtime Languages:</emphasis></term>
|
||||
<listitem>
|
||||
<para>Perl</para>
|
||||
<para>Perl, Python</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -124,7 +124,7 @@
|
||||
<varlistentry>
|
||||
<term><emphasis>LSB Runtime Languages:</emphasis></term>
|
||||
<listitem>
|
||||
<para>Python, Libxml2, Libxslt </para>
|
||||
<para>Libxml2, Libxslt </para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user