diff mbox

[1/1] Make the microblaze toolchains easily distinguishable

Message ID 1373292498-1117-1-git-send-email-xvikto03@stud.fit.vutbr.cz
State Accepted
Commit cd3444683558e162361632dcd967509c0372b3d2
Headers show

Commit Message

Jan Viktorin July 8, 2013, 2:08 p.m. UTC
It was confusing to have two different toolchains with the
same label.

Signed-off-by: Jan Viktorin <xvikto03@stud.fit.vutbr.cz>
---
 toolchain/toolchain-external/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni July 8, 2013, 3:59 p.m. UTC | #1
Dear Jan Viktorin,

On Mon,  8 Jul 2013 16:08:18 +0200, Jan Viktorin wrote:
> It was confusing to have two different toolchains with the
> same label.
> 
> Signed-off-by: Jan Viktorin <xvikto03@stud.fit.vutbr.cz>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Korsgaard July 8, 2013, 9:10 p.m. UTC | #2
>>>>> "Jan" == Jan Viktorin <xvikto03@stud.fit.vutbr.cz> writes:

 Jan> It was confusing to have two different toolchains with the
 Jan> same label.

 Jan> Signed-off-by: Jan Viktorin <xvikto03@stud.fit.vutbr.cz>

Committed, thanks.
diff mbox

Patch

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 946063f..130b705 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -649,7 +649,7 @@  config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
 	  http://blackfin.uclinux.org.
 
 config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_14_3
-	bool "Xilinx Little Endian Microblaze GNU Tools"
+	bool "Xilinx Little Endian Microblaze GNU Tools 14.3"
 	depends on BR2_microblazeel
 	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
@@ -661,7 +661,7 @@  config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_14_3
 	  uses gcc 4.6.2, binutils 2.21.53, glibc 2.14 and gdb 7.4.50.
 
 config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
-	bool "Xilinx Little Endian Microblaze GNU Tools"
+	bool "Xilinx Little Endian Microblaze GNU Tools v2"
 	depends on BR2_microblazeel
 	depends on BR2_HOSTARCH = "x86_64"
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC