Changeset b48b8c5 for chapter06/gcc.xml


Ignore:
Timestamp:
02/26/2005 11:49:04 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
1cc7be0
Parents:
e062943
Message:

Removed beginpage tags.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    re062943 rb48b8c5  
    5555<screen><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
    5656
    57 <beginpage/>
     57
    5858<para>The GCC documentation recommends building GCC outside of the source
    5959directory in a dedicated build directory:</para>
     
    9595<screen><userinput>ln -s ../usr/bin/cpp /lib</userinput></screen>
    9696
    97 <beginpage/>
     97
    9898<para>Many packages use the name <command>cc</command> to call the C
    9999compiler. To satisfy those packages, create a symlink:</para>
Note: See TracChangeset for help on using the changeset viewer.