Changeset 109c00d for final-system/x86_64-64
- Timestamp:
- Feb 21, 2006, 2:16:46 AM (19 years ago)
- Children:
- 825b6c6
- Parents:
- c4e2b39d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/x86_64-64/adjusting.xml
rc4e2b39d r109c00d 12 12 13 13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 14 href="../ x86/adjusting.xml"14 href="../common/adjusting.xml" 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 18 href="../x86/adjusting.xml" 19 xpointer="xpointer(//*[@os='b'])"/> 20 21 <screen os="c"><userinput>gcc -dumpspecs | \ 22 perl -pi -e 's@/tools/lib/ld@/lib/ld@g;' \ 23 -e 's@/tools/lib32/ld@/lib32/ld@g;' \ 24 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ 25 `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen> 18 href="../common/adjusting.xml" 19 xpointer="xpointer(//*[@os='c'])"/> 26 20 27 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 href="../ x86/adjusting.xml"22 href="../common/adjusting.xml" 29 23 xpointer="xpointer(//*[@os='d'])"/> 30 24 31 < para>Note that <filename class="directory">/lib</filename> or32 <filename class="directory">/lib32</filename> is now the prefix33 of our dynamic linker.</para>25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/adjusting.xml" 27 xpointer="xpointer(//*[@os='e'])"/> 34 28 35 29 <caution> 36 30 37 <para>It is imperative at this point to stop and ensure that 38 the basic functions (compiling and linking) of the adjusted toolchain 39 are working as expected. Since we are doing a 64 bit only build, we 40 will only test the 64 bit ABI. To do this, perform a sanity 41 check:</para> 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 32 href="../common/adjusting.xml" 33 xpointer="xpointer(//*[@os='f'])"/> 42 34 43 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../ x86/adjusting.xml"36 href="../common/adjusting.xml" 45 37 xpointer="xpointer(//*[@os='g'])"/> 46 38 47 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 48 href="../ x86/adjusting.xml"40 href="../common/adjusting.xml" 49 41 xpointer="xpointer(//*[@os='h'])"/> 50 42 … … 52 44 53 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../ x86/adjusting.xml"46 href="../common/adjusting.xml" 55 47 xpointer="xpointer(//*[@os='j'])"/> 56 48 57 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../ x86/adjusting.xml"50 href="../common/adjusting.xml" 59 51 xpointer="xpointer(//*[@os='k'])"/> 60 52 61 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../ x86/adjusting.xml"54 href="../common/adjusting.xml" 63 55 xpointer="xpointer(//*[@os='l'])"/> 64 56 65 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../ x86/adjusting.xml"58 href="../common/adjusting.xml" 67 59 xpointer="xpointer(//*[@os='m'])"/> 68 60
Note:
See TracChangeset
for help on using the changeset viewer.