summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-05 16:53:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:49 +0100
commit0bc4ce85b4d5f90548a406b26a0c0eef7c72b35d (patch)
treeb5bee9d4b04a849ad50f6b89c10604241e2b2683 /documentation/ref-manual/technical-details.xml
parent1bedcb093d44e76719aa2f609b018c81d3ad41aa (diff)
downloadpoky-0bc4ce85b4d5f90548a406b26a0c0eef7c72b35d.tar.gz
ref-manual: replaced linux_libc-headers with linux-libc-headers
Four occurrences in the toolchain section affected. (From yocto-docs rev: c69d84f5a64763e6560e8eb126a354b69740439e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>: