Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/toolchaintechnotes.xml

    rf67ec77a r2256873  
    6161cross-compiling, whereby tools installed in the same prefix work in
    6262cooperation, and thus utilize a little GNU
    63 <quote>magic.</quote></para></listitem>
     63<quote>magic</quote></para></listitem>
    6464
    6565<listitem><para>Careful manipulation of the standard linker's library
     
    110110search paths are not necessarily used. To find out which standard
    111111linker <command>gcc</command> will use, run: <userinput>gcc
    112 -print-prog-name=ld</userinput>. Detailed
    113 information can be obtained from <command>gcc</command> by passing it
    114 the <parameter>-v</parameter> command line option while compiling a
    115 dummy program. For example, <userinput>gcc -v dummy.c</userinput> will show detailed
    116 information about the preprocessor, compilation, and assembly stages,
    117 including <command>gcc</command>'s included search paths and their
    118 order.</para>
     112-print-prog-name=ld</userinput>.</para>
     113
     114<para>Detailed information can be obtained from <command>gcc</command>
     115by passing it the <parameter>-v</parameter> command line option while
     116compiling a dummy program. For example, <userinput>gcc -v
     117dummy.c</userinput> will show detailed information about the
     118preprocessor, compilation, and assembly stages, including
     119<command>gcc</command>'s included search paths and their order.</para>
    119120
    120121<para>The next package installed is Glibc. The most important
Note: See TracChangeset for help on using the changeset viewer.