* [Buildroot] [PATCH 1/2] toolchain-external: bump CodeSourcery AMD64 to 2015.11-139
@ 2016-04-30 21:10 Romain Naour
2016-04-30 21:10 ` [Buildroot] [PATCH 2/2] toolchain-external: bump CodeSourcery MIPS to 2016.06-8 Romain Naour
2016-05-01 12:58 ` [Buildroot] [PATCH 1/2] toolchain-external: bump CodeSourcery AMD64 to 2015.11-139 Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: Romain Naour @ 2016-04-30 21:10 UTC (permalink / raw)
To: buildroot
From getting-started.pdf:
- Linker bug fix.
- Fix CVE 2015-7547 getaddrinfo.
- Breakpoint in non-existent file bug fix.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
toolchain/toolchain-external/toolchain-external.hash | 4 ++--
toolchain/toolchain-external/toolchain-external.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/toolchain/toolchain-external/toolchain-external.hash b/toolchain/toolchain-external/toolchain-external.hash
index f07bdf9..cf330e7 100644
--- a/toolchain/toolchain-external/toolchain-external.hash
+++ b/toolchain/toolchain-external/toolchain-external.hash
@@ -28,8 +28,8 @@ sha256 e2e58c10e52395d5d35157e35f85233f713c6f9223a652dfc56194cfd2eed004 renesas
sha256 ea804cf02014369da52abc4f64e91e96bde2dd2230aca96109459013d4545458 ia32-2012.09-62-i686-pc-linux-gnu-i386-linux.tar.bz2
sha256 1a9519e415a1e6892c760bf21f7e98f3a633a9d1c5bb8781a96d338e4dd62717 ia32-2012.09-62-i686-pc-linux-gnu.src.tar.bz2
# AMD64
-sha256 cb4d071db8aefb8005fe72824b96568d93a50f5acd85bacf505a34fe2f265f70 amd-2015.11-36-x86_64-amd-linux-gnu-i686-pc-linux-gnu.tar.bz2
-sha256 a4de11669cddd4594f228db7bd38b0fed3c8692d1bac021739390b4c766bbd4f amd-2015.11-36-x86_64-amd-linux-gnu.src.tar.bz2
+sha256 3c31206c8b9277f409ee00e4777ba82dfa6da2a4ca0926501cd5fb6bbd1b407e amd-2015.11-139-x86_64-amd-linux-gnu-i686-pc-linux-gnu.tar.bz2
+sha256 0b673f5035f97d5d03c31272cddab0f117d39ad76a5ad2a3bc98c156571527de amd-2015.11-139-x86_64-amd-linux-gnu.src.tar.bz2
# Aarch64
sha256 405aada821146755c5f2df566375c2a682456d6b8451ee47b88cf1a52b093676 aarch64-amd-2014.11-95-aarch64-amd-linux-gnu-i686-pc-linux-gnu.tar.bz2
sha256 3f50dd6ee433eb5b6992a1071b988e50379a738f54f58722bc60081613764716 aarch64-amd-2014.11-95-aarch64-amd-linux-gnu.src.tar.bz2
diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk
index 8ed1881..e7e23c6 100644
--- a/toolchain/toolchain-external/toolchain-external.mk
+++ b/toolchain/toolchain-external/toolchain-external.mk
@@ -353,7 +353,7 @@ TOOLCHAIN_EXTERNAL_SITE = https://sourcery.mentor.com/public/gnu_toolchain/i686-
TOOLCHAIN_EXTERNAL_SOURCE = ia32-2012.09-62-i686-pc-linux-gnu-i386-linux.tar.bz2
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64),y)
TOOLCHAIN_EXTERNAL_SITE = https://sourcery.mentor.com/public/gnu_toolchain/x86_64-amd-linux-gnu
-TOOLCHAIN_EXTERNAL_SOURCE = amd-2015.11-36-x86_64-amd-linux-gnu-i686-pc-linux-gnu.tar.bz2
+TOOLCHAIN_EXTERNAL_SOURCE = amd-2015.11-139-x86_64-amd-linux-gnu-i686-pc-linux-gnu.tar.bz2
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS),y)
TOOLCHAIN_EXTERNAL_SITE = http://codescape-mips-sdk.imgtec.com/components/toolchain/2015.10-04
TOOLCHAIN_EXTERNAL_SOURCE = Codescape.GNU.Tools.Package.2015.10-04.for.MIPS.IMG.Linux.CentOS-5.x86.tar.gz
--
2.5.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] toolchain-external: bump CodeSourcery MIPS to 2016.06-8
2016-04-30 21:10 [Buildroot] [PATCH 1/2] toolchain-external: bump CodeSourcery AMD64 to 2015.11-139 Romain Naour
@ 2016-04-30 21:10 ` Romain Naour
2016-05-01 12:58 ` Thomas Petazzoni
2016-05-01 12:58 ` [Buildroot] [PATCH 1/2] toolchain-external: bump CodeSourcery AMD64 to 2015.11-139 Thomas Petazzoni
1 sibling, 1 reply; 4+ messages in thread
From: Romain Naour @ 2016-04-30 21:10 UTC (permalink / raw)
To: buildroot
Add hash for the toolchain sources.
Runtime tested with Qemu with qemu_mips_malta_defconfig
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
toolchain/toolchain-external/Config.in | 8 ++++----
toolchain/toolchain-external/toolchain-external.hash | 7 +++----
toolchain/toolchain-external/toolchain-external.mk | 2 +-
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 6604316..d9af2e6 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -178,7 +178,7 @@ config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE
This toolchain uses software-floating point.
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
- bool "Sourcery CodeBench MIPS 2015.11"
+ bool "Sourcery CodeBench MIPS 2016.05"
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
depends on BR2_mips_32r2 || BR2_mips_64r2
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
@@ -188,12 +188,12 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
select BR2_INSTALL_LIBSTDCPP
select BR2_HOSTARCH_NEEDS_IA32_LIBS
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
help
Sourcery CodeBench toolchain for the MIPS architecture, from
- Mentor Graphics. It uses gcc 5.2, binutils 2.25.51, glibc
- 2.22, uClibc 0.9.30 and gdb 7.10.50, kernel headers 4.2. It
+ Mentor Graphics. It uses gcc 5.3, binutils 2.25.51, glibc
+ 2.23, uClibc 0.9.30 and gdb 7.10.50, kernel headers 4.4.1. It
has support for the following variants:
- MIPS32r2 - Big-Endian, 2008 NaN, O32
Select MIPS (big endian) core
diff --git a/toolchain/toolchain-external/toolchain-external.hash b/toolchain/toolchain-external/toolchain-external.hash
index cf330e7..22cd72b 100644
--- a/toolchain/toolchain-external/toolchain-external.hash
+++ b/toolchain/toolchain-external/toolchain-external.hash
@@ -1,7 +1,3 @@
-# Sourcery CodeBench Lite for MIPS
-# Locally computed
-sha256 e653102803d0fadc0a83286400c03bc7932ab081d3f8fc8917c34e76468315a2 mips-2015.11-32-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
-
######################################
# Next hashes are all locally computed
@@ -33,6 +29,9 @@ sha256 0b673f5035f97d5d03c31272cddab0f117d39ad76a5ad2a3bc98c156571527de amd-201
# Aarch64
sha256 405aada821146755c5f2df566375c2a682456d6b8451ee47b88cf1a52b093676 aarch64-amd-2014.11-95-aarch64-amd-linux-gnu-i686-pc-linux-gnu.tar.bz2
sha256 3f50dd6ee433eb5b6992a1071b988e50379a738f54f58722bc60081613764716 aarch64-amd-2014.11-95-aarch64-amd-linux-gnu.src.tar.bz2
+# MIPS
+sha256 d354447c4c5160439dafd5464fa3a0266dd41e79f973477238e4f0215a6b5397 mips-2016.05-8-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
+sha256 2658e55d5b71bba25d6f77e868e18b200ea5f75c8add7ed3a9266e716d9adfff mips-2016.05-8-mips-linux-gnu.src.tar.bz2
# ARM toolchains from Texas Instrument's Arago project
# There is one source file that covers both binary distributions.
diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk
index e7e23c6..0ffcd64 100644
--- a/toolchain/toolchain-external/toolchain-external.mk
+++ b/toolchain/toolchain-external/toolchain-external.mk
@@ -335,7 +335,7 @@ TOOLCHAIN_EXTERNAL_SOURCE = gcc-linaro-5.2-2015.11-2-x86_64_armeb-linux-gnueabih
endif
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS),y)
TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/mips-linux-gnu
-TOOLCHAIN_EXTERNAL_SOURCE = mips-2015.11-32-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
+TOOLCHAIN_EXTERNAL_SOURCE = mips-2016.05-8-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII),y)
TOOLCHAIN_EXTERNAL_SITE = http://sourcery.mentor.com/public/gnu_toolchain/nios2-linux-gnu
TOOLCHAIN_EXTERNAL_SOURCE = sourceryg++-2015.11-130-nios2-linux-gnu-i686-pc-linux-gnu.tar.bz2
--
2.5.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] toolchain-external: bump CodeSourcery AMD64 to 2015.11-139
2016-04-30 21:10 [Buildroot] [PATCH 1/2] toolchain-external: bump CodeSourcery AMD64 to 2015.11-139 Romain Naour
2016-04-30 21:10 ` [Buildroot] [PATCH 2/2] toolchain-external: bump CodeSourcery MIPS to 2016.06-8 Romain Naour
@ 2016-05-01 12:58 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-05-01 12:58 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 30 Apr 2016 23:10:24 +0200, Romain Naour wrote:
> From getting-started.pdf:
> - Linker bug fix.
> - Fix CVE 2015-7547 getaddrinfo.
> - Breakpoint in non-existent file bug fix.
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
> toolchain/toolchain-external/toolchain-external.hash | 4 ++--
> toolchain/toolchain-external/toolchain-external.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] toolchain-external: bump CodeSourcery MIPS to 2016.06-8
2016-04-30 21:10 ` [Buildroot] [PATCH 2/2] toolchain-external: bump CodeSourcery MIPS to 2016.06-8 Romain Naour
@ 2016-05-01 12:58 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-05-01 12:58 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 30 Apr 2016 23:10:25 +0200, Romain Naour wrote:
> Add hash for the toolchain sources.
>
> Runtime tested with Qemu with qemu_mips_malta_defconfig
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
> toolchain/toolchain-external/Config.in | 8 ++++----
> toolchain/toolchain-external/toolchain-external.hash | 7 +++----
> toolchain/toolchain-external/toolchain-external.mk | 2 +-
> 3 files changed, 8 insertions(+), 9 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-01 12:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-30 21:10 [Buildroot] [PATCH 1/2] toolchain-external: bump CodeSourcery AMD64 to 2015.11-139 Romain Naour
2016-04-30 21:10 ` [Buildroot] [PATCH 2/2] toolchain-external: bump CodeSourcery MIPS to 2016.06-8 Romain Naour
2016-05-01 12:58 ` Thomas Petazzoni
2016-05-01 12:58 ` [Buildroot] [PATCH 1/2] toolchain-external: bump CodeSourcery AMD64 to 2015.11-139 Thomas Petazzoni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.