diff mbox

toolchain: update crosstool-NG project URL

Message ID 1363720538-12992-1-git-send-email-thomas.petazzoni@free-electrons.com
State Superseded
Headers show

Commit Message

Thomas Petazzoni March 19, 2013, 7:15 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 toolchain/Config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN March 19, 2013, 7:52 p.m. UTC | #1
On Tuesday 19 March 2013 Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

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

> ---
>  toolchain/Config.in |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index 6311349..fa78cf4 100644
> --- a/toolchain/Config.in
> +++ b/toolchain/Config.in
> @@ -26,7 +26,7 @@ config BR2_TOOLCHAIN_CTNG
>  	select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
>  	help
>  	  Say 'y' if you want to generate the toolchain with crosstool-NG
> -	  ( http://ymorin.is-a-geek.org/projects/crosstool )
> +	  (http://crosstool-ng.org).
>  
>  	  This is considered experimental, and you can expect some breakage.
>  
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 
>
Peter Korsgaard March 19, 2013, 9:06 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Thomas> ---
 Thomas>  toolchain/Config.in |    2 +-
 Thomas>  1 file changed, 1 insertion(+), 1 deletion(-)

 Thomas> diff --git a/toolchain/Config.in b/toolchain/Config.in
 Thomas> index 6311349..fa78cf4 100644
 Thomas> --- a/toolchain/Config.in
 Thomas> +++ b/toolchain/Config.in
 Thomas> @@ -26,7 +26,7 @@ config BR2_TOOLCHAIN_CTNG
 Thomas>  	select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
 Thomas>  	help
 Thomas>  	  Say 'y' if you want to generate the toolchain with crosstool-NG
 Thomas> -	  ( http://ymorin.is-a-geek.org/projects/crosstool )
 Thomas> +	  (http://crosstool-ng.org).

Thanks, but what tree did you make this against? It doesn't apply to
current head (we have a select BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED
line).
Thomas Petazzoni March 20, 2013, 8:31 a.m. UTC | #3
Dear Peter Korsgaard,

On Tue, 19 Mar 2013 22:06:51 +0100, Peter Korsgaard wrote:

> Thanks, but what tree did you make this against? It doesn't apply to
> current head (we have a select BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED
> line).

I did it on top of the gdb infrastructure patch, I didn't realize it
was so close to a gdb change that it would conflict.

I'll resend a new version on top of Git master.

Thomas
diff mbox

Patch

diff --git a/toolchain/Config.in b/toolchain/Config.in
index 6311349..fa78cf4 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -26,7 +26,7 @@  config BR2_TOOLCHAIN_CTNG
 	select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
 	help
 	  Say 'y' if you want to generate the toolchain with crosstool-NG
-	  ( http://ymorin.is-a-geek.org/projects/crosstool )
+	  (http://crosstool-ng.org).
 
 	  This is considered experimental, and you can expect some breakage.