diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-08 22:16:49 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-12 17:27:02 +0200 |
commit | 5c1b01a17da478a4db799a04d50375ab1ddd5e0f (patch) | |
tree | 4fe731017b7ea308ed4be9e0c2e14ba4fe45e271 /docs/manual | |
parent | 9722381c0da7203c725c8f589cd84b4c55f8c9a7 (diff) | |
download | buildroot-5c1b01a17da478a4db799a04d50375ab1ddd5e0f.tar.gz buildroot-5c1b01a17da478a4db799a04d50375ab1ddd5e0f.zip |
docs/manual: slightly improve faq entry about compiler on target
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/faq-troubleshooting.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/faq-troubleshooting.txt b/docs/manual/faq-troubleshooting.txt index 7195234f08..693028c4da 100644 --- a/docs/manual/faq-troubleshooting.txt +++ b/docs/manual/faq-troubleshooting.txt @@ -35,7 +35,9 @@ target_ would be stopped from the Buildroot-2012.11 release because: * this feature was only available for Buildroot toolchains; * Buildroot mostly targets _small_ or _very small_ target hardware with limited resource onboard (CPU, ram, mass-storage), for which - compiling does not make much sense. + compiling on the target does not make much sense; +* Buildroot aims at easing the cross-compilation, making native + compilation on the target unnecessary. If you need a compiler on your target anyway, then Buildroot is not suitable for your purpose. In such case, you need a _real |