Changeset ce5ebe1 for chapter06/gcc.xml


Ignore:
Timestamp:
02/11/2013 08:15:37 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
dbfc674
Parents:
eea4055
Message:

Remove trailing whitespace from all files.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    reea4055 rce5ebe1  
    5252    <command>sed</command> to force the build to use the
    5353    <option>-fomit-frame-pointer</option> compiler flag in order to ensure
    54     consistent compiler builds:</para> 
     54    consistent compiler builds:</para>
    5555
    5656<screen><userinput remap="pre">case `uname -m` in
     
    102102      <command>gcc</command> to do do "link time optimization" if specified.  No
    103103      packages in LFS or BLFS currently use this capability.</para>
    104    
     104
    105105      <para>To use this feature, it must also be enabled in
    106       <application>binutils</application>.</para> 
     106      <application>binutils</application>.</para>
    107107    </note>
    108108
     
    312312
    313313      <seglistitem>
    314         <seg>c++, cc (link to gcc), cpp, g++, gcc, 
     314        <seg>c++, cc (link to gcc), cpp, g++, gcc,
    315315        gcc-ar, gcc-nm, gcc-ranlib, gccbug, and gcov</seg>
    316316
     
    319319        libquadmath.{a,so}, libssp.{a,so},
    320320        libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a</seg>
    321        
     321
    322322        <seg>/usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version;</seg>
    323323      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.