Changeset 04076fe


Ignore:
Timestamp:
Jan 11, 2009, 5:34:33 AM (15 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
209cc86
Parents:
7cb0700
Message:

Added done to STANDARD_STARTFILE_PREFIX

Location:
BOOK
Files:
4 edited

Legend:

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

    r7cb0700 r04076fe  
    4545    location:</para>
    4646
    47 <screen os="ah"><userinput>for file in $(find gcc/config  -name linux.h -o -name linux64.h ! -wholename gcc/config/linux.h); do
    48 echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' &gt;&gt; ${file}</userinput></screen>
     47<screen os="ah"><userinput>for file in $(find gcc/config  -name linux.h -o -name linux64.h ! -wholename gcc/config/linux.h)
     48do echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' &gt;&gt; ${file}
     49done</userinput></screen>
    4950
    5051    <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
  • BOOK/final-preps/chapter.xml

    r7cb0700 r04076fe  
    1212  <title>Final Preparations</title>
    1313
    14   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutclfs.xml"/>
    1514  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingtoolsdir.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingcrossdir.xml"/>
  • BOOK/introduction/common/changelog.xml

    r7cb0700 r04076fe  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>January 11, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jonathan] - Fixed mistaken from when STANDARD_STARTFILE_PREFIX was added.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/partitioning/x86-chapter.xml

    r7cb0700 r04076fe  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingpartition.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingfilesystem.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutclfs.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mounting.xml"/>
    1819
Note: See TracChangeset for help on using the changeset viewer.