Changeset bcaa438


Ignore:
Timestamp:
Feb 21, 2006, 2:11:16 AM (18 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:
0b1aa01
Parents:
1326641
Message:

r1069@server (orig r1067): ken | 2006-01-13 05:19:13 -0800
Make gccbug use mktemp, from LFS.

Location:
BOOK
Files:
7 edited

Legend:

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

    r1326641 rbcaa438  
    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'])"/>
    3644
    3745    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/common/gcc.xml

    r1326641 rbcaa438  
    4141
    4242<screen os="e"><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
     43
     44    <para os="e1">GCC provides a <command>gccbug</command> script which detects at
     45    compile time whether mktemp is present, and hardcodes the result in a test.
     46    This will cause the script to fall back to using less random names for
     47    temporary files.  We will be installing mktemp later, so the following sed
     48    will simulate its presence.</para>
     49
     50<screen os="e2">sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</screen>
    4351
    4452    <para os="f">The GCC documentation recommends building GCC outside of the source
  • BOOK/final-system/mips/gcc.xml

    r1326641 rbcaa438  
    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'])"/>
    3644
    3745    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/mips64-64/gcc.xml

    r1326641 rbcaa438  
    4545    href="../common/gcc.xml"
    4646    xpointer="xpointer(//*[@os='e'])"/>
     47
     48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     49    href="../common/gcc.xml"
     50    xpointer="xpointer(//*[@os='e1'])"/>
     51
     52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     53    href="../common/gcc.xml"
     54    xpointer="xpointer(//*[@os='e2'])"/>
    4755
    4856    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/mips64/gcc.xml

    r1326641 rbcaa438  
    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'])"/>
    3947
    4048    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/gcc.xml

    r1326641 rbcaa438  
    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'])"/>
    3139
    3240    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r1326641 rbcaa438  
    4747          <para>[ken] - Alter bison to build repeatably, from LFS.</para>
    4848        </listitem>
     49        <listitem>
     50          <para>[ken] - Alter gccbug to use mktemp, from LFS.</para>
     51        </listitem>
    4952      </itemizedlist>
    5053    </listitem>
Note: See TracChangeset for help on using the changeset viewer.