From e81e97f829f1882b5018b38deebe6ebb61aacde5 Mon Sep 17 00:00:00 2001 From: Jacob Godserv Date: Thu, 21 Jan 2010 10:29:50 -0500 Subject: [PATCH 7/9] Cleaned up intro: removed duplicate definitions, and fixed incorrect "Tuples" tagging. --- .../proj/en/base/embedded/handbook/intro.xml | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/xml/htdocs/proj/en/base/embedded/handbook/intro.xml b/xml/htdocs/proj/en/base/embedded/handbook/intro.xml index bf8fdb2..89dbc3e 100644 --- a/xml/htdocs/proj/en/base/embedded/handbook/intro.xml +++ b/xml/htdocs/proj/en/base/embedded/handbook/intro.xml @@ -82,7 +82,7 @@ built by crossdev won't interfere with the host's native toolchain. Certain environment variables used by the Gentoo toolchain and Portage can thoroughly confuse developers inexperienced with cross development. The following table explains some tricky variables and provides sample values based -on the cross development examples presented in this guide. See the More Terminology and Variables for more unusual variables and related concepts.

@@ -173,15 +173,6 @@ PDA we wanted to develop for, the above table would look like: machine from the one it was compiled on (CBUILD != CHOST && CHOST != CTARGET) -
CBUILD: build system
-
The system type you compile binaries on
- -
CHOST: host system
-
The system type you execute binaries on
- -
CTARGET: target system
-
The system type you compile binaries for
-
sysroot: system root
The root directory a compiler uses to find its standard headers and libraries. Sometimes a compiler wants more than just standard headers and libraries in this directory, as though they were "standard" too. We'll explain how to resolve this when it happens in future chapters.
@@ -200,7 +191,7 @@ PDA we wanted to develop for, the above table would look like:
CRT
C RunTime
-
Tuple
+
Tuple
For crossdev, this is defined as a string in the ARCH-VENDOR-OS-LIBC format. See crossdev -t help for information on how exactly this string can be completed.
-- 1.6.4.4