Changeset 38bb44a for chapter06/gcc.xml


Ignore:
Timestamp:
09/11/2004 01:50:36 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
0e9a9e2
Parents:
45c7694
Message:

first round of printed layout fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r45c7694 r38bb44a  
    6161<screen><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
    6262
     63<beginpage/>
    6364<para>The GCC documentation recommends building GCC outside of the source
    6465directory in a dedicated build directory:</para>
     
    100101<screen><userinput>ln -s ../usr/bin/cpp /lib</userinput></screen>
    101102
     103<beginpage/>
    102104<para>Many packages use the name <command>cc</command> to call the C
    103105compiler. To satisfy those packages, create a symlink:</para>
Note: See TracChangeset for help on using the changeset viewer.