Ignore:
Timestamp:
07/17/2005 01:52:44 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
cf9080d
Parents:
06fbd5b
Message:

Remove fixinclude sed from gcc pass1, and reintroduce the associated header removal

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/adjusting.xml

    r06fbd5b rd1e22ae  
    6161necessary.</para></important>
    6262
     63<para>There is a possibility that some include files from the host system have
     64found their way into GCC's private include dir. This can happen as a result of
     65GCC's <quote>fixincludes</quote> process, which runs as part of the GCC build.
     66This is explained in more detail later in this chapter. Run the following
     67command to eliminate this possibility:</para>
     68
     69<screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen>
     70
    6371<caution><para>At this point, it is imperative to stop and ensure that
    6472the basic functions (compiling and linking) of the new toolchain are
Note: See TracChangeset for help on using the changeset viewer.