From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel MARTIN Date: Sun, 18 Mar 2012 09:53:59 +0100 Subject: [Buildroot] [PATCH 1/5] docs/buildroot.html: cleanup trailing whitespaces In-Reply-To: <1332060843-2786-1-git-send-email-s.martin49@gmail.com> References: <1332060843-2786-1-git-send-email-s.martin49@gmail.com> Message-ID: <1332060843-2786-2-git-send-email-s.martin49@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Samuel MARTIN --- docs/buildroot.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/buildroot.html b/docs/buildroot.html index ddfb20a..28aefe4 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -39,22 +39,22 @@

About Buildroot

-

Buildroot is a set of Makefiles and patches that allows you to easily - generate a cross-compilation toolchain, a root filesystem and a Linux - kernel image for your target. Buildroot can be used for one, two or all +

Buildroot is a set of Makefiles and patches that allows you to easily + generate a cross-compilation toolchain, a root filesystem and a Linux + kernel image for your target. Buildroot can be used for one, two or all of these options, independently.

-

Buildroot is useful mainly for people working with embedded systems. - Embedded systems often use processors that are not the regular x86 - processors everyone is used to having in his PC. They can be PowerPC +

Buildroot is useful mainly for people working with embedded systems. + Embedded systems often use processors that are not the regular x86 + processors everyone is used to having in his PC. They can be PowerPC processors, MIPS processors, ARM processors, etc.

-

A compilation toolchain is the set of tools that allows you to - compile code for your system. It consists of a compiler (in our case, - gcc), binary utils like assembler and linker (in our case, - binutils) and a C standard library (for example - GNU Libc, - uClibc or +

A compilation toolchain is the set of tools that allows you to + compile code for your system. It consists of a compiler (in our case, + gcc), binary utils like assembler and linker (in our case, + binutils) and a C standard library (for example + GNU Libc, + uClibc or dietlibc). The system installed on your development station certainly already has a compilation toolchain that you can use to compile an application that runs on your -- 1.7.9.4