From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] toolchain-external: bump version of Linaro AArch64 toolchain
Date: Sat, 30 Apr 2016 21:02:42 +0200 [thread overview]
Message-ID: <e79cbe68-1f05-45a8-ecc0-22e06fe31d35@gmail.com> (raw)
In-Reply-To: <1462020184-29735-3-git-send-email-thomas.petazzoni@free-electrons.com>
Hi Thomas,
Le 30/04/2016 ? 14:43, Thomas Petazzoni a ?crit :
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
[Tested with Qemu qemu_aarch64_virt_defconfig]
Tested-by; Romain Naour <romain.naour@gmail.com>
Best regards,
Romain
> ---
> toolchain/toolchain-external/Config.in | 2 +-
> toolchain/toolchain-external/toolchain-external.hash | 2 +-
> toolchain/toolchain-external/toolchain-external.mk | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
> index 8ba8583..a769632 100644
> --- a/toolchain/toolchain-external/Config.in
> +++ b/toolchain/toolchain-external/Config.in
> @@ -583,7 +583,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64
>
> # See note about Linaro ARM/ARMEB toolchains, above.
> config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64
> - bool "Linaro AArch64 2015.11"
> + bool "Linaro AArch64 2016.02"
> depends on BR2_aarch64
> depends on BR2_HOSTARCH = "x86_64"
> depends on !BR2_STATIC_LIBS
> diff --git a/toolchain/toolchain-external/toolchain-external.hash b/toolchain/toolchain-external/toolchain-external.hash
> index 89be483..bbcbc39 100644
> --- a/toolchain/toolchain-external/toolchain-external.hash
> +++ b/toolchain/toolchain-external/toolchain-external.hash
> @@ -49,7 +49,7 @@ sha256 bf5d3111dad5aa9aef0e955875fb7fc9e918cb24519af7014dd67a9e581a49b1 gcc-lin
> sha256 f488caf46680b0c0a16b66b43fbfd157e3d6389df18e957983132e89529a9804 gcc-linaro-5.3-2016.02-x86_64_armeb-linux-gnueabihf.tar.xz
> sha256 3954f496ab01de67241109e82abfaa9b7625fdab4f05e79e7902e9814a07b832 gcc-linaro-aarch64-linux-gnu-4.9-2014.09_linux.tar.xz
> sha256 3954f496ab01de67241109e82abfaa9b7625fdab4f05e79e7902e9814a07b832 gcc-linaro-aarch64-linux-gnu-4.9-2014.09_src.tar.bz2
> -sha256 b318a1837a54146b0120a13852386576e38355513b4e2cd5e2125f9c26913777 gcc-linaro-5.2-2015.11-2-x86_64_aarch64-linux-gnu.tar.xz
> +sha256 1c85af550bedd378be583317b4abbdc96342b42c19fb19873c13d3093ff694ad gcc-linaro-5.3-2016.02-x86_64_aarch64-linux-gnu.tar.xz
>
> # Codescape toolchains from Imagination Technologies
> # From: http://codescape-mips-sdk.imgtec.com/components/toolchain/2015.10-04/
> diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk
> index 7b42582..d3a6d0b 100644
> --- a/toolchain/toolchain-external/toolchain-external.mk
> +++ b/toolchain/toolchain-external/toolchain-external.mk
> @@ -377,8 +377,8 @@ TOOLCHAIN_EXTERNAL_SOURCE = gcc-linaro-aarch64-linux-gnu-4.9-2014.09_linux.tar.x
> TOOLCHAIN_EXTERNAL_ACTUAL_SOURCE_TARBALL = gcc-linaro-aarch64-linux-gnu-4.9-2014.09_src.tar.bz2
> TOOLCHAIN_EXTERNAL_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_EXTERNAL_LINARO_AARCH64_SYMLINK
> else
> -TOOLCHAIN_EXTERNAL_SITE = https://releases.linaro.org/components/toolchain/binaries/5.2-2015.11-2/aarch64-linux-gnu
> -TOOLCHAIN_EXTERNAL_SOURCE = gcc-linaro-5.2-2015.11-2-x86_64_aarch64-linux-gnu.tar.xz
> +TOOLCHAIN_EXTERNAL_SITE = https://releases.linaro.org/components/toolchain/binaries/5.3-2016.02/aarch64-linux-gnu
> +TOOLCHAIN_EXTERNAL_SOURCE = gcc-linaro-5.3-2016.02-x86_64_aarch64-linux-gnu.tar.xz
> endif
> else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64),y)
> TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/aarch64-linux-gnu
>
next prev parent reply other threads:[~2016-04-30 19:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-30 12:43 [Buildroot] [PATCH 1/3] toolchain-external: bump version of Linaro ARM toolchain Thomas Petazzoni
2016-04-30 12:43 ` [Buildroot] [PATCH 2/3] toolchain-external: bump version of Linaro ARMeb toolchain Thomas Petazzoni
2016-04-30 19:02 ` Romain Naour
2016-04-30 12:43 ` [Buildroot] [PATCH 3/3] toolchain-external: bump version of Linaro AArch64 toolchain Thomas Petazzoni
2016-04-30 19:02 ` Romain Naour [this message]
2016-04-30 19:09 ` Romain Naour
2016-04-30 19:02 ` [Buildroot] [PATCH 1/3] toolchain-external: bump version of Linaro ARM toolchain Romain Naour
2016-04-30 19:09 ` Romain Naour
2016-04-30 19:11 ` Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2016-09-24 9:37 Romain Naour
2016-09-24 9:37 ` [Buildroot] [PATCH 3/3] toolchain-external: bump version of Linaro AArch64 toolchain Romain Naour
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=e79cbe68-1f05-45a8-ecc0-22e06fe31d35@gmail.com \
--to=romain.naour@gmail.com \
--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