From 0bc4ce85b4d5f90548a406b26a0c0eef7c72b35d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 5 Aug 2013 16:53:52 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/technical-details.xml | 8 ++++---- 1 file 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 @@ The chain of events that occurs when gcc-cross is bootstrapped is as follows: - gcc -> binutils-cross -> gcc-cross-initial -> linux_libc-headers -> eglibc-initial -> eglibc -> gcc-cross -> gcc-runtime + gcc -> binutils-cross -> gcc-cross-initial -> linux-libc-headers -> eglibc-initial -> eglibc -> gcc-cross -> gcc-runtime gcc: @@ -1031,7 +1031,7 @@ This tool is a "native" package (i.e. it is designed to run on the build host). - linux_libc-headers: + linux-libc-headers: Headers needed for the cross-compiler. eglibc-initial: @@ -1087,7 +1087,7 @@ Here is the bootstrap process for the relocatable toolchain: - gcc -> binutils-crosssdk -> gcc-crosssdk-initial -> linux_libc-headers -> eglibc-initial -> nativesdk-eglibc -> gcc-crosssdk -> gcc-cross-canadian + gcc -> binutils-crosssdk -> gcc-crosssdk-initial -> linux-libc-headers -> eglibc-initial -> nativesdk-eglibc -> gcc-crosssdk -> gcc-cross-canadian gcc: @@ -1107,7 +1107,7 @@ finished cross-compiler. This tool is a "native" binary that runs on the build host. - linux_libc-headers: + linux-libc-headers: Headers needed for the cross-compiler. eglibc-initial: -- cgit v1.2.3-54-g00ecf