Ignore:
Timestamp:
07/17/2005 03:49:28 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
06fbd5b
Parents:
f4b803f
Message:

Removed linkonce and no_fixinclude patches for gcc4. Also removed the command to remove the pthread.h and sigthread.h files.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/adjusting.xml

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