From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 09/11] toolchain-external: add CodeSourcery MIPS 2014.05, remove 2012.09
Date: Sun, 8 Jun 2014 18:44:19 +0200 [thread overview]
Message-ID: <20140608164419.GL3266@free.fr> (raw)
In-Reply-To: <1401619668-28062-10-git-send-email-thomas.petazzoni@free-electrons.com>
Thomas, All,
On 2014-06-01 12:47 +0200, Thomas Petazzoni spake thusly:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Sometimes, git-diff is too smart. It detects multiple small adds/removes
instead of one big remove and one big add. More complex to review... :-/
Regards,
Yann E. MORIN.
> ---
> toolchain/toolchain-external/Config.in | 40 +++++++++++-----------
> toolchain/toolchain-external/toolchain-external.mk | 6 ++--
> 2 files changed, 23 insertions(+), 23 deletions(-)
>
> diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
> index 527ff04..3331b69 100644
> --- a/toolchain/toolchain-external/Config.in
> +++ b/toolchain/toolchain-external/Config.in
> @@ -190,8 +190,8 @@ config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE_201109
>
> This toolchain uses software-floating point.
>
> -config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311
> - bool "Sourcery CodeBench MIPS 2013.11"
> +config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201405
> + bool "Sourcery CodeBench MIPS 2014.05"
> depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
> depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
> depends on !BR2_MIPS_NABI32
> @@ -200,12 +200,12 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311
> select BR2_TOOLCHAIN_HAS_NATIVE_RPC
> select BR2_INSTALL_LIBSTDCPP
> select BR2_HOSTARCH_NEEDS_IA32_LIBS
> - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
> + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
> help
> Sourcery CodeBench toolchain for the MIPS architecture, from
> - Mentor Graphics. It uses gcc 4.8.1, binutils 2.23.52, glibc
> - 2.18, uClibc 0.9.30 and gdb 7.6.50, kernel headers
> - 3.11. It has support for the following variants:
> + Mentor Graphics. It uses gcc 4.8.3, binutils 2.24.51, glibc
> + 2.18, uClibc 0.9.30 and gdb 7.7.50, kernel headers
> + 3.13. It has support for the following variants:
> - MIPS32 O32 big endian glibc
> Select a MIPS generic core
> Disable BR2_SOFT_FLOAT
> @@ -259,8 +259,8 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311
> - MIPS32 little endian soft float uclibc
> Not usable in Buildroot yet.
>
> -config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
> - bool "Sourcery CodeBench MIPS 2013.05"
> +config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311
> + bool "Sourcery CodeBench MIPS 2013.11"
> depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
> depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
> depends on !BR2_MIPS_NABI32
> @@ -269,12 +269,12 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
> select BR2_TOOLCHAIN_HAS_NATIVE_RPC
> select BR2_INSTALL_LIBSTDCPP
> select BR2_HOSTARCH_NEEDS_IA32_LIBS
> - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
> + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
> help
> Sourcery CodeBench toolchain for the MIPS architecture, from
> - Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52, glibc
> - 2.17, uClibc 0.9.30 and gdb 7.4.50, kernel headers
> - 3.8.2. It has support for the following variants:
> + Mentor Graphics. It uses gcc 4.8.1, binutils 2.23.52, glibc
> + 2.18, uClibc 0.9.30 and gdb 7.6.50, kernel headers
> + 3.11. It has support for the following variants:
> - MIPS32 O32 big endian glibc
> Select a MIPS generic core
> Disable BR2_SOFT_FLOAT
> @@ -328,9 +328,9 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
> - MIPS32 little endian soft float uclibc
> Not usable in Buildroot yet.
>
> -config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209
> - bool "Sourcery CodeBench MIPS 2012.09"
> - depends on BR2_mips || BR2_mipsel
> +config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
> + bool "Sourcery CodeBench MIPS 2013.05"
> + depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
> depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
> depends on !BR2_MIPS_NABI32
> depends on !BR2_PREFER_STATIC_LIB
> @@ -338,12 +338,12 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209
> select BR2_TOOLCHAIN_HAS_NATIVE_RPC
> select BR2_INSTALL_LIBSTDCPP
> select BR2_HOSTARCH_NEEDS_IA32_LIBS
> - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
> + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
> help
> Sourcery CodeBench toolchain for the MIPS architecture, from
> - Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51, glibc
> - 2.16, uClibc 0.9.30 and gdb 7.4.50, kernel headers
> - 3.5.4. It has support for the following variants:
> + Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52, glibc
> + 2.17, uClibc 0.9.30 and gdb 7.4.50, kernel headers
> + 3.8.2. It has support for the following variants:
> - MIPS32 O32 big endian glibc
> Select a MIPS generic core
> Disable BR2_SOFT_FLOAT
> @@ -877,9 +877,9 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
> default "microblazeel-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
> default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_14_3
> default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
> - default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209
> default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
> default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311
> + default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201405
> default "nios2-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
> default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
> default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
> diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk
> index 47273d3..50e8dca 100644
> --- a/toolchain/toolchain-external/toolchain-external.mk
> +++ b/toolchain/toolchain-external/toolchain-external.mk
> @@ -283,15 +283,15 @@ else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB),y)
> TOOLCHAIN_EXTERNAL_SITE = http://releases.linaro.org/14.04/components/toolchain/binaries/
> TOOLCHAIN_EXTERNAL_SOURCE = gcc-linaro-armeb-linux-gnueabihf-4.8-2014.04_linux.tar.xz
> TOOLCHAIN_EXTERNAL_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_EXTERNAL_LINARO_ARMEBHF_SYMLINK
> -else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209),y)
> -TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/mips-linux-gnu/
> -TOOLCHAIN_EXTERNAL_SOURCE = mips-2012.09-99-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
> else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305),y)
> TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/mips-linux-gnu/
> TOOLCHAIN_EXTERNAL_SOURCE = mips-2013.05-66-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
> else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311),y)
> TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/mips-linux-gnu/
> TOOLCHAIN_EXTERNAL_SOURCE = mips-2013.11-36-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
> +else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201405),y)
> +TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/mips-linux-gnu/
> +TOOLCHAIN_EXTERNAL_SOURCE = mips-2014.05-27-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
> else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305),y)
> TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/nios2-linux-gnu/
> TOOLCHAIN_EXTERNAL_SOURCE = sourceryg++-2013.05-43-nios2-linux-gnu-i686-pc-linux-gnu.tar.bz2
> --
> 1.9.3
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2014-06-08 16:44 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-01 10:47 [Buildroot] [PATCH 00/11] Round of external toolchain updates Thomas Petazzoni
2014-06-01 10:47 ` [Buildroot] [PATCH 01/11] toolchain-external: apply kernel headers check to non-custom toolchains Thomas Petazzoni
2014-06-08 16:10 ` Yann E. MORIN
2014-06-01 10:47 ` [Buildroot] [PATCH 02/11] toolchain-external: do not pass TOOLCHAIN_EXTERNAL_CFLAGS for kernel headers check Thomas Petazzoni
2014-06-08 16:17 ` Yann E. MORIN
2014-06-01 10:47 ` [Buildroot] [PATCH 03/11] toolchain-external: support only one Linaro ARM toolchain at a time Thomas Petazzoni
2014-06-08 16:18 ` Yann E. MORIN
2014-06-01 10:47 ` [Buildroot] [PATCH 04/11] toolchain-external: support only one Linaro AArch64 " Thomas Petazzoni
2014-06-08 16:19 ` Yann E. MORIN
2014-06-01 10:47 ` [Buildroot] [PATCH 05/11] toolchain-external: bump Linaro ARM to 2014.05 Thomas Petazzoni
2014-06-08 16:30 ` Yann E. MORIN
2014-06-01 10:47 ` [Buildroot] [PATCH 06/11] toolchain-external: bump Linaro ARMeb toolchain to 2014.04 Thomas Petazzoni
2014-06-08 16:37 ` Yann E. MORIN
2014-06-01 10:47 ` [Buildroot] [PATCH 07/11] toolchain-external: bump Linaro AArch64 toolchain to 2014.05 Thomas Petazzoni
2014-06-08 16:39 ` Yann E. MORIN
2014-06-01 10:47 ` [Buildroot] [PATCH 08/11] toolchain-external: bump musl external toolchains to 1.1.1 Thomas Petazzoni
2014-06-01 10:58 ` Baruch Siach
2014-06-01 11:02 ` Thomas Petazzoni
2014-06-13 12:49 ` Peter Korsgaard
2014-06-01 10:47 ` [Buildroot] [PATCH 09/11] toolchain-external: add CodeSourcery MIPS 2014.05, remove 2012.09 Thomas Petazzoni
2014-06-08 16:44 ` Yann E. MORIN [this message]
2014-06-01 10:47 ` [Buildroot] [PATCH 10/11] toolchain-external: add CodeSourcery PowerPC 2012.03 Thomas Petazzoni
2014-06-08 16:49 ` Yann E. MORIN
2014-06-08 16:54 ` Thomas Petazzoni
2014-06-13 13:00 ` Ryan Barnett
2014-06-01 10:47 ` [Buildroot] [PATCH 11/11] toolchain-external: add ADI Blackfin 2014R1 toolchain, remove 2012R1 Thomas Petazzoni
2014-06-08 17:16 ` Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140608164419.GL3266@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox