Changeset 5c0cb6e


Ignore:
Timestamp:
Dec 15, 2008, 4:36:09 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e793c46
Parents:
f4cc1c2
Message:

Remove obsolete command from final-system GCC instructions

Location:
BOOK
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/gcc.xml

    rf4cc1c2 r5c0cb6e  
    3434    href="../common/gcc.xml"
    3535    xpointer="xpointer(//*[@os='e'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="../common/gcc.xml"
    39     xpointer="xpointer(//*[@os='e1'])"/>
    40 
    41     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    42     href="../common/gcc.xml"
    43     xpointer="xpointer(//*[@os='e2'])"/>
    4436
    4537    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/common/gcc.xml

    rf4cc1c2 r5c0cb6e  
    3232
    3333<screen os="e"><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
    34 
    35     <para os="e1">GCC provides a <command>gccbug</command> script which detects at
    36     compile time whether mktemp is present, and hardcodes the result in a test.
    37     If mktemp is not found, the script will fall back to using less
    38     random names for temporary files.  We will be installing mktemp
    39     later, so the following sed will simulate its presence:</para>
    40 
    41 <screen os="e2"><userinput>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>
    4234
    4335    <para os="f">The GCC documentation recommends building GCC outside of the source
  • BOOK/final-system/mips64-64/gcc.xml

    rf4cc1c2 r5c0cb6e  
    3737    href="../common/gcc.xml"
    3838    xpointer="xpointer(//*[@os='e'])"/>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    41     href="../common/gcc.xml"
    42     xpointer="xpointer(//*[@os='e1'])"/>
    43 
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/gcc.xml"
    46     xpointer="xpointer(//*[@os='e2'])"/>
    4739
    4840    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/mips64/gcc.xml

    rf4cc1c2 r5c0cb6e  
    2929    href="../common/gcc.xml"
    3030    xpointer="xpointer(//*[@os='e'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/gcc.xml"
    34     xpointer="xpointer(//*[@os='e1'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/gcc.xml"
    38     xpointer="xpointer(//*[@os='e2'])"/>
    3931
    4032    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/gcc.xml

    rf4cc1c2 r5c0cb6e  
    2929    href="../common/gcc.xml"
    3030    xpointer="xpointer(//*[@os='e'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/gcc.xml"
    34     xpointer="xpointer(//*[@os='e1'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/gcc.xml"
    38     xpointer="xpointer(//*[@os='e2'])"/>
    3931
    4032    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/ppc64/gcc.xml

    rf4cc1c2 r5c0cb6e  
    3636    href="../common/gcc.xml"
    3737    xpointer="xpointer(//*[@os='e'])"/>
    38 
    39     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    40     href="../common/gcc.xml"
    41     xpointer="xpointer(//*[@os='e1'])"/>
    42 
    43     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    44     href="../common/gcc.xml"
    45     xpointer="xpointer(//*[@os='e2'])"/>
    4638
    4739    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    rf4cc1c2 r5c0cb6e  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>December 15, 2008</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[Chris] - Removed command to modify gccbug script from GCC
     43          final-system instructions. This command is obsolete as mktemp is now
     44          installed by Coreutils.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3849    <listitem>
    3950      <para>December 6, 2008</para>
Note: See TracChangeset for help on using the changeset viewer.