Changeset 37e35d2 for chapter08/zlib.xml


Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter08/zlib.xml

    rd4fdde6 r37e35d2  
    3232
    3333      <seglistitem>
    34         <seg>&zlib-ch6-sbu;</seg>
    35         <seg>&zlib-ch6-du;</seg>
     34        <seg>&zlib-fin-sbu;</seg>
     35        <seg>&zlib-fin-du;</seg>
    3636      </seglistitem>
    3737    </segmentedlist>
     
    6868  </sect2>
    6969
    70   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI 32 ~~~~~~~~~~~~~~~~~~~~ -->
    71  
     70  <!-- - - - - - - - - - -->
     71  <!-- Multilib - 32bit  -->
     72  <!-- - - - - - - - - - -->
     73
    7274  <sect2 arch="ml_32,ml_all" role="installation">
    73     <title>Installation of Zlib - 32-bit</title>
     75    <title>Installation of Zlib - 32bit</title>
    7476
    7577    <para>Clean previous build:</para>
     
    7981    <para>Prepare Zlib for compilation:</para>
    8082
    81 <!-- configure doesn't know option - -host=i686-pc-linux-gnu -->
    82 <screen><userinput remap="configure">CC="gcc -m32 -march=i686" \
     83<screen><userinput remap="configure">CC="gcc -m32" \
    8384./configure --prefix=/usr \
    84     --libdir=/usr/lib32</userinput></screen>
     85    --libdir=&usr-lib-m32;</userinput></screen>
    8586
    8687    <para>Compile the package:</para>
     
    9192
    9293<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    93 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
     94cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
    9495rm -rf DESTDIR</userinput></screen>
    9596
    96   </sect2>
     97  </sect2><!-- m32 -->
    9798
    98   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI x32 ~~~~~~~~~~~~~~~~~~~~ -->
    99  
     99  <!-- - - - - - - - - - -->
     100  <!-- Multilib - x32bit -->
     101  <!-- - - - - - - - - - -->
     102
    100103  <sect2 arch="ml_x32,ml_all" role="installation">
    101     <title>Installation of Zlib - x32-bit</title>
     104    <title>Installation of Zlib - x32bit</title>
    102105
    103106<screen><userinput remap="pre">make distclean</userinput></screen>
     
    107110<screen><userinput remap="configure">CC="gcc -mx32" \
    108111./configure --prefix=/usr    \
    109     --libdir=/usr/libx32</userinput></screen>
     112    --libdir=&usr-lib-mx32;</userinput></screen>
    110113
    111114    <para>Compile the package:</para>
     
    116119
    117120<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    118 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
     121cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
    119122rm -rf DESTDIR</userinput></screen>
    120123
    121   </sect2>
     124  </sect2><!-- mx32 -->
    122125
    123126  <sect2 id="contents-zlib" role="content">
Note: See TracChangeset for help on using the changeset viewer.