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/gcc-pass1.xml

    r06fbd5b rd1e22ae  
    3636as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    3737unset them when building GCC.</para>
    38 
    39 <para>The following command adjusts where the gcc fixincludes search for headers
    40 so that it fixes only the new headers under /tools, not the ones from your host system.</para>
    41 
    42 <screen><userinput>sed -i 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \
    43       gcc/Makefile.in</userinput></screen>
    4438
    4539<para>The GCC documentation recommends building GCC outside of the
Note: See TracChangeset for help on using the changeset viewer.