Ignore:
Timestamp:
Apr 18, 2006, 8:47:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
6de5a22
Parents:
c52100b1
Message:

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

File:
1 edited

Legend:

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

    rc52100b1 r2ab0d61  
    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.