Ignore:
Timestamp:
Jun 5, 2009, 10:27:15 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:
d7f1a52
Parents:
276d9ed
Message:

Expanded sed to Cross-Tools Section gcc-static

File:
1 edited

Legend:

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

    r276d9ed r6861354  
    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}
     63sed -e 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    5864
    5965    <para os="t1">We will create a dummy <filename>limits.h</filename> so
Note: See TracChangeset for help on using the changeset viewer.