Add ml instr to lz4

This commit is contained in:
Thomas Trepl 2024-03-20 10:49:23 +01:00
parent 835f49d87f
commit 2affd83173

View File

@ -60,6 +60,50 @@
</sect2>
<!-- - - - - - - - - - -->
<!-- Multilib - 32bit -->
<!-- - - - - - - - - - -->
<sect2 arch="ml_32,ml_all" role="installation">
<title>Installation of Lz4 - 32bit</title>
<para>Clean previous build:</para>
<screen><userinput remap="pre">make clean</userinput></screen>
<para>Compile the package:</para>
<screen><userinput remap="make">CC="gcc -m32" make BUILD_STATIC=no</userinput></screen>
<para>Install the package:</para>
<screen><userinput remap="install">make BUILD_STATIC=no PREFIX=/usr LIBDIR=/usr/lib32 DESTDIR=$(pwd)/m32 install &amp;&amp;
cp -a m32/usr/lib32/* /usr/lib32/
</userinput></screen>
</sect2><!-- m32 -->
<!-- - - - - - - - - - -->
<!-- Multilib - x32bit -->
<!-- - - - - - - - - - -->
<sect2 arch="ml_x32,ml_all" role="installation">
<title>Installation of Lz4 - x32bit</title>
<para>Clean previous build:</para>
<screen><userinput remap="pre">make clean</userinput></screen>
<para>Compile the package:</para>
<screen><userinput remap="make">CC="gcc -mx32" make BUILD_STATIC=no</userinput></screen>
<para>Install the package:</para>
<screen><userinput remap="install">make BUILD_STATIC=no PREFIX=/usr LIBDIR=/usr/libx32 DESTDIR=$(pwd)/mx32 install &amp;&amp;
cp -a mx32/usr/libx32/* /usr/libx32/
</userinput></screen>
</sect2><!-- mx32 -->
<sect2 id="contents-lz4" role="content">
<title>Contents of Lz4</title>