Ignore:
Timestamp:
05/11/2012 12:27:48 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
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, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, 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:
a9b89e3
Parents:
ef59d03
Message:

Run fixincludes again, by removing the sed that disabled it. It no longer attempts to fix up host headers.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    ref59d03 r404d641  
    5858<screen><userinput remap="pre">cat gcc/limitx.h gcc/glimits.h gcc/limity.h &gt; \
    5959  `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/include-fixed/limits.h</userinput></screen>
    60 
    61     <para>Under normal circumstances the GCC <command>fixincludes</command> script
    62     is run in order to fix potentially broken header files. As GCC-&gcc-version;
    63     and Glibc-&glibc-version; have already been installed at this point, and
    64     their respective header files are known to not require fixing, the
    65     <command>fixincludes</command> script is not required. In fact, running
    66     this script may actually pollute the build environment by
    67     installing fixed headers from the host system into GCC's private include
    68     directory. The running of the <command>fixincludes</command> script can
    69     be suppressed by issuing the following commands:</para>
    70 
    71 <screen><userinput remap="pre">cp -v gcc/Makefile.in{,.orig}
    72 sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig &gt; gcc/Makefile.in</userinput></screen>
    7360
    7461    <para>For x86 machines, a bootstrap build of GCC uses the
Note: See TracChangeset for help on using the changeset viewer.