diff mbox

Linaro toolchain fix

Message ID 1365507007.19377.YahooMailNeo@web133106.mail.ir2.yahoo.com
State Not Applicable
Headers show

Commit Message

Michael Trimarchi April 9, 2013, 11:30 a.m. UTC
Hi,

Sorry for not having the patch inline but I think that this is an error on the buildroot Makefile

Michael

Comments

Thomas Petazzoni April 9, 2013, 6:13 p.m. UTC | #1
Dear Michael Trimarchi,

On Tue, 9 Apr 2013 12:30:07 +0100 (BST), Michael Trimarchi wrote:

> Sorry for not having the patch inline but I think that this is an error on the buildroot Makefile

Indeed, this is a mistake in the current code.

However, I've sent a few days ago a patch that updates the Linaro
toolchains to newer versions, and that happens to fix this problem as a
side-effect. See
http://lists.busybox.net/pipermail/buildroot/2013-April/070204.html.

Thanks for your report!

Thomas
Michael Trimarchi April 9, 2013, 9:16 p.m. UTC | #2
Hi Thomas


----- Messaggio originale -----
> Da: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> A: Michael Trimarchi <trimarchimichael@yahoo.it>
> Cc: buildroot <buildroot@uclibc.org>
> Inviato: Martedì 9 Aprile 2013 20:13
> Oggetto: Re: [Buildroot] [PATCH] Linaro toolchain fix
> 
> Dear Michael Trimarchi,
> 
> On Tue, 9 Apr 2013 12:30:07 +0100 (BST), Michael Trimarchi wrote:
> 
>>  Sorry for not having the patch inline but I think that this is an error on 
> the buildroot Makefile

Webmail, again ;)

> 
> Indeed, this is a mistake in the current code.
> 
> However, I've sent a few days ago a patch that updates the Linaro
> toolchains to newer versions, and that happens to fix this problem as a
> side-effect. See
> http://lists.busybox.net/pipermail/buildroot/2013-April/070204.html.


I see, thank you

Michael

> Thanks for your report!
> 
> Thomas
> -- 
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
diff mbox

Patch

From 65d4399958d64d38e176ef4727f81d1d8b3f665c Mon Sep 17 00:00:00 2001
From: Michael Trimarchi <michael@amarulasolutions.com>
Date: Tue, 9 Apr 2013 12:45:27 +0200
Subject: [PATCH] Fix compilation problem when the
 BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_12 toolchain is selected

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
 toolchain/toolchain-external/Config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index d2f3926..57cdbdc 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -759,7 +759,7 @@  config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX
 config BR2_TOOLCHAIN_EXTERNAL_PREFIX
 	string
 	default "arm-linux-gnueabihf"	 if BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_01
-	default "arm-linux-gnueabihf"	 if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10
+	default "arm-linux-gnueabihf"	 if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_12
 	default "arm-linux-gnueabihf"	 if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_11
 	default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
 	default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
-- 
1.7.9.5