Ignore:
Timestamp:
Apr 18, 2006, 8:47:16 AM (19 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:
54d004a8
Parents:
c705c5d
Message:

r2948@server (orig r1405): chris | 2006-04-18 07:39:00 -0700
Minor text/grammar updates.

File:
1 edited

Legend:

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

    rc705c5d r39139e4  
    3636
    3737    <para os="p1">The following patch fixes an issue where gcc doesn't generate
    38     some code properly.</para>
     38    some code properly:</para>
    3939
    4040<screen os="p2"><userinput>patch -Np1 -i ../&gcc-fold_const-patch;</userinput></screen>
     
    4949    <para os="e1">GCC provides a <command>gccbug</command> script which detects at
    5050    compile time whether mktemp is present, and hardcodes the result in a test.
    51     This will cause the script to fall back to using less random names for
    52     temporary files.  We will be installing mktemp later, so the following sed
    53     will simulate its presence.</para>
     51    If mktemp is not found, the script will fall back to using less
     52    random names for temporary files.  We will be installing mktemp
     53    later, so the following sed will simulate its presence:</para>
    5454
    5555<screen os="e2"><userinput>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.