Ignore:
Timestamp:
06/12/2020 04:40:07 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
26fec27
Parents:
ea7ec72
Message:

Mostly text updates in Chapter 8.
There are a couple of minor command changes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libffi.xml

    rea7ec72 r6a156bab  
    5050      Illegal Operation Errors.</para>
    5151    </note>
    52 <!--
    53     <para>Modify the Makefile to install headers into the standard
    54     <filename class="directory">/usr/include</filename> directory instead of
    55     <filename class="directory">/usr/lib/libffi-&libffi-version;/include</filename>.</para>
    5652
    57 <screen><userinput remap="pre">sed -e '/^includesdir/ s/$(libdir).*$/$(includedir)/' \
    58     -i include/Makefile.in
    59 
    60 sed -e '/^includedir/ s/=.*$/=@includedir@/' \
    61     -e 's/^Cflags: -I${includedir}/Cflags:/' \
    62     -i libffi.pc.in</userinput></screen>
    63 -->
    6453    <para>Prepare libffi for compilation:</para>
    6554
     
    9281
    9382<screen><userinput remap="test">make check</userinput></screen>
    94 
    95     <para>Six tests, all related to test-callback.c, are known to fail.</para>
    9683
    9784    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.