summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 565dcd5be0..9f4a539317 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -1011,7 +1011,7 @@
1011 The chain of events that occurs when <filename>gcc-cross</filename> is 1011 The chain of events that occurs when <filename>gcc-cross</filename> is
1012 bootstrapped is as follows: 1012 bootstrapped is as follows:
1013 <literallayout class='monospaced'> 1013 <literallayout class='monospaced'>
1014 gcc -> binutils-cross -> gcc-cross-initial -> linux_libc-headers -> eglibc-initial -> eglibc -> gcc-cross -> gcc-runtime 1014 gcc -> binutils-cross -> gcc-cross-initial -> linux-libc-headers -> eglibc-initial -> eglibc -> gcc-cross -> gcc-runtime
1015 </literallayout> 1015 </literallayout>
1016 <itemizedlist> 1016 <itemizedlist>
1017 <listitem><para><filename>gcc</filename>: 1017 <listitem><para><filename>gcc</filename>:
@@ -1031,7 +1031,7 @@
1031 This tool is a "native" package (i.e. it is designed to run on 1031 This tool is a "native" package (i.e. it is designed to run on
1032 the build host). 1032 the build host).
1033 </para></listitem> 1033 </para></listitem>
1034 <listitem><para><filename>linux_libc-headers</filename>: 1034 <listitem><para><filename>linux-libc-headers</filename>:
1035 Headers needed for the cross-compiler. 1035 Headers needed for the cross-compiler.
1036 </para></listitem> 1036 </para></listitem>
1037 <listitem><para><filename>eglibc-initial</filename>: 1037 <listitem><para><filename>eglibc-initial</filename>:
@@ -1087,7 +1087,7 @@
1087 <para> 1087 <para>
1088 Here is the bootstrap process for the relocatable toolchain: 1088 Here is the bootstrap process for the relocatable toolchain:
1089 <literallayout class='monospaced'> 1089 <literallayout class='monospaced'>
1090 gcc -> binutils-crosssdk -> gcc-crosssdk-initial -> linux_libc-headers -> eglibc-initial -> nativesdk-eglibc -> gcc-crosssdk -> gcc-cross-canadian 1090 gcc -> binutils-crosssdk -> gcc-crosssdk-initial -> linux-libc-headers -> eglibc-initial -> nativesdk-eglibc -> gcc-crosssdk -> gcc-cross-canadian
1091 </literallayout> 1091 </literallayout>
1092 <itemizedlist> 1092 <itemizedlist>
1093 <listitem><para><filename>gcc</filename>: 1093 <listitem><para><filename>gcc</filename>:
@@ -1107,7 +1107,7 @@
1107 finished cross-compiler. 1107 finished cross-compiler.
1108 This tool is a "native" binary that runs on the build host. 1108 This tool is a "native" binary that runs on the build host.
1109 </para></listitem> 1109 </para></listitem>
1110 <listitem><para><filename>linux_libc-headers</filename>: 1110 <listitem><para><filename>linux-libc-headers</filename>:
1111 Headers needed for the cross-compiler. 1111 Headers needed for the cross-compiler.
1112 </para></listitem> 1112 </para></listitem>
1113 <listitem><para><filename>eglibc-initial</filename>: 1113 <listitem><para><filename>eglibc-initial</filename>: