Changeset d7f1a52 for BOOK


Ignore:
Timestamp:
Jun 5, 2009, 10:50:56 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f8177ee
Parents:
6861354
Message:

Reverted back to 5010. GCC Fixincludes changes

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    r6861354 rd7f1a52  
    6363    xpointer="xpointer(//*[@os='aj'])"/>
    6464
    65     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="gcc-static.xml"
    67     xpointer="xpointer(//*[@os='s1'])"/>
     65    <para os="gcf1">Now we will prevent gcc from running the fixincludes script, so
     66    it doesn't modify any of the headers we have installed:</para>
    6867
    69     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    70     href="gcc-static.xml"
    71     xpointer="xpointer(//*[@os='s2'])"/>
     68<screen os="gcf2"><userinput>cp -v gcc/Makefile.in{,.orig}
     69sed -e 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    7270
    7371    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-static.xml

    r6861354 rd7f1a52  
    5656sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \
    5757    gcc/Makefile.in.orig &gt; gcc/Makefile.in</userinput></screen>
    58 
    59     <para os="s1">Now we will prevent gcc from running the fixincludes script, so
    60     it doesn't modify any of the headers we have installed:</para>
    61 
    62 <screen os="s2"><userinput>cp -v gcc/Makefile.in{,.orig}
    63 sed -e 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    6458
    6559    <para os="t1">We will create a dummy <filename>limits.h</filename> so
  • BOOK/introduction/common/changelog.xml

    r6861354 rd7f1a52  
    5757        <listitem>
    5858          <para>[Jim] - Updated VIM Branch Update Patch to -15.</para>
    59         </listitem>
    60         <listitem>
    61           <para>[Jim] - Added sed to Cross-Tools Section gcc-final to prevent
    62           the running of GCC's fixincludes script.</para>
    63         </listitem>
    64         <listitem>
    65           <para>[Jim] - Expanded sed to Cross-Tools Section gcc-static.</para>
    6659        </listitem>
    6760      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.