diff mbox

[09/13] docs/manual: mention that custom toolchains is also useful for BR toolchains

Message ID 1393167879-16637-10-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 3883823614ba246b72b05c51a4ef3d5db419895a
Headers show

Commit Message

Thomas Petazzoni Feb. 23, 2014, 3:04 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 docs/manual/configure.txt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Comments

Yann E. MORIN Feb. 23, 2014, 3:48 p.m. UTC | #1
Thomas, All,

On 2014-02-23 16:04 +0100, Thomas Petazzoni spake thusly:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/configure.txt | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/docs/manual/configure.txt b/docs/manual/configure.txt
> index a6afafb..42d84fe 100644
> --- a/docs/manual/configure.txt
> +++ b/docs/manual/configure.txt
> @@ -159,14 +159,14 @@ Then, you have three solutions to use an external toolchain:
>    toolchain.
>  
>  * Use a completely custom external toolchain. This is particularly
> -  useful for toolchains generated using crosstool-NG. To do this,
> -  select the +Custom toolchain+ solution in the +Toolchain+ list. You
> -  need to fill the +Toolchain path+, +Toolchain prefix+ and +External
> -  toolchain C library+ options. Then, you have to tell Buildroot what
> -  your external toolchain supports. If your external toolchain uses
> -  the 'glibc' library, you only have to tell whether your toolchain
> -  supports C\+\+ or not and whether it has built-in RPC support. If
> -  your external toolchain uses the 'uClibc'
> +  useful for toolchains generated using crosstool-NG or with Buildroot
> +  itself. To do this, select the +Custom toolchain+ solution in the
> +  +Toolchain+ list. You need to fill the +Toolchain path+, +Toolchain
> +  prefix+ and +External toolchain C library+ options. Then, you have
> +  to tell Buildroot what your external toolchain supports. If your
> +  external toolchain uses the 'glibc' library, you only have to tell
> +  whether your toolchain supports C\+\+ or not and whether it has
> +  built-in RPC support. If your external toolchain uses the 'uClibc'
>    library, then you have to tell Buildroot if it supports largefile,
>    IPv6, RPC, wide-char, locale, program invocation, threads and
>    C++. At the beginning of the execution, Buildroot will tell you if
> -- 
> 1.8.3.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/docs/manual/configure.txt b/docs/manual/configure.txt
index a6afafb..42d84fe 100644
--- a/docs/manual/configure.txt
+++ b/docs/manual/configure.txt
@@ -159,14 +159,14 @@  Then, you have three solutions to use an external toolchain:
   toolchain.
 
 * Use a completely custom external toolchain. This is particularly
-  useful for toolchains generated using crosstool-NG. To do this,
-  select the +Custom toolchain+ solution in the +Toolchain+ list. You
-  need to fill the +Toolchain path+, +Toolchain prefix+ and +External
-  toolchain C library+ options. Then, you have to tell Buildroot what
-  your external toolchain supports. If your external toolchain uses
-  the 'glibc' library, you only have to tell whether your toolchain
-  supports C\+\+ or not and whether it has built-in RPC support. If
-  your external toolchain uses the 'uClibc'
+  useful for toolchains generated using crosstool-NG or with Buildroot
+  itself. To do this, select the +Custom toolchain+ solution in the
+  +Toolchain+ list. You need to fill the +Toolchain path+, +Toolchain
+  prefix+ and +External toolchain C library+ options. Then, you have
+  to tell Buildroot what your external toolchain supports. If your
+  external toolchain uses the 'glibc' library, you only have to tell
+  whether your toolchain supports C\+\+ or not and whether it has
+  built-in RPC support. If your external toolchain uses the 'uClibc'
   library, then you have to tell Buildroot if it supports largefile,
   IPv6, RPC, wide-char, locale, program invocation, threads and
   C++. At the beginning of the execution, Buildroot will tell you if