mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49: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-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>
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis>LSB Runtime Languages:</emphasis></term>
|
<term><emphasis>LSB Runtime Languages:</emphasis></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Perl</para>
|
<para>Perl, Python</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -124,7 +124,7 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis>LSB Runtime Languages:</emphasis></term>
|
<term><emphasis>LSB Runtime Languages:</emphasis></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Python, Libxml2, Libxslt </para>
|
<para>Libxml2, Libxslt </para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user