Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
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/libelf.xml

    r811b5a39 r6dfcfecc  
    3232
    3333      <seglistitem>
    34         <seg>&elfutils-ch6-sbu;</seg>
    35         <seg>&elfutils-ch6-du;</seg>
     34        <seg>&elfutils-fin-sbu;</seg>
     35        <seg>&elfutils-fin-du;</seg>
    3636      </seglistitem>
    3737    </segmentedlist>
     
    5757<screen><userinput remap="test">make check</userinput></screen>
    5858
    59     <para>One test, run-elfclassify.sh, is known to fail.</para>
     59<!--    <para>One test, run-elfclassify.sh, is known to fail.</para>-->
    6060
    6161    <para>Install only Libelf:</para>
     
    6767  </sect2>
    6868
     69  <!-- - - - - - - - - - -->
     70  <!-- Multilib - 32bit  -->
     71  <!-- - - - - - - - - - -->
     72 
    6973  <sect2 arch="ml_32,ml_all" role="installation">
    70     <title>Installation of Libelf - 32-bit</title>
     74    <title>Installation of Libelf - 32bit</title>
    7175
    7276    <para>Clean previous build:</para>
     
    7478<screen><userinput remap="pre">make distclean</userinput></screen>
    7579
    76     <para>Prepare Libelf for compilation:</para>
     80    <para>Prepare Libtool for compilation:</para>
    7781
    7882<screen><userinput remap="configure">CC="gcc -m32" ./configure \
    79     --prefix=/usr         \
    80     --libdir=/usr/lib32   \
     83    --prefix=/usr            \
     84    --libdir=&usr-lib-m32;     \
    8185    --host=i686-pc-linux-gnu \
    8286    --disable-debuginfod</userinput></screen>
     
    8993
    9094<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR -C libelf install
    91 install -vDm644 config/libelf.pc DESTDIR/usr/lib32/pkgconfig/libelf.pc
    92 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
     95install -vDm644 config/libelf.pc DESTDIR&usr-lib-m32;/pkgconfig/libelf.pc
     96cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
    9397rm -rf DESTDIR</userinput></screen>
    9498
    95   </sect2>
     99  </sect2><!-- m32 -->
    96100
     101  <!-- - - - - - - - - - -->
     102  <!-- Multilib - x32bit -->
     103  <!-- - - - - - - - - - -->
     104 
    97105  <sect2 arch="ml_x32,ml_all" role="installation">
    98     <title>Installation of Libelf - x32-bit</title>
     106    <title>Installation of Libelf - x32bit</title>
    99107
    100108    <para>Clean previous build:</para>
     
    102110<screen><userinput remap="pre">make distclean</userinput></screen>
    103111
    104     <para>Prepare Libelf for compilation:</para>
     112    <para>Prepare Libtool for compilation:</para>
    105113
    106114<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
    107     --prefix=/usr          \
    108     --libdir=/usr/libx32   \
     115    --prefix=/usr                 \
     116    --libdir=&usr-lib-m32;           \
    109117    --host=x86_64-pc-linux-gnux32 \
    110118    --disable-debuginfod</userinput></screen>
     
    117125
    118126<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR -C libelf install
    119 install -vDm644 config/libelf.pc DESTDIR/usr/libx32/pkgconfig/libelf.pc
    120 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
     127install -vDm644 config/libelf.pc DESTDIR&usr-lib-mx32;/pkgconfig/libelf.pc
     128cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
    121129rm -rf DESTDIR</userinput></screen>
    122130
    123   </sect2>
     131  </sect2><!-- mx32 -->
    124132
    125133  <sect2 id="contents-elfutils" role="content">
Note: See TracChangeset for help on using the changeset viewer.