Changeset 7955
- Timestamp:
- 03/02/07 16:52:06 (1 year ago)
- Files:
-
- trunk/BOOK/chapter06/readjusting.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter06/readjusting.xml
r7954 r7955 35 35 <para>Next, amend the GCC specs file so that it points to the new 36 36 dynamic linker, and so that GCC knows where to find its start files. 37 A <command>perl</command> command accomplishes this:</para> 37 A <command>perl</command> command accomplishes this.</para> 38 39 <important> 40 <para>If working on a platform where the name of the dynamic linker is 41 something other than <filename class="libraryfile">ld-linux.so.2</filename>, 42 substitute <quote>ld-linux.so.2</quote> with the name of the platform's 43 dynamic linker in the following commands. Refer to <xref 44 linkend="ch-tools-toolchaintechnotes" role=","/> if necessary.</para> 45 </important> 38 46 39 47 <screen><userinput>gcc -dumpspecs | \ … … 44 52 <para>It is a good idea to visually inspect the specs file to verify the 45 53 intended change was actually made.</para> 46 47 <important>48 <para>If working on a platform where the name of the dynamic linker is49 something other than <filename class="libraryfile">ld-linux.so.2</filename>,50 substitute <quote>ld-linux.so.2</quote> with the name of the platform's51 dynamic linker in the above commands. Refer to <xref52 linkend="ch-tools-toolchaintechnotes" role=","/> if necessary.</para>53 </important>54 54 55 55 <para>It is imperative at this point to ensure that the basic
