summaryrefslogtreecommitdiffstats
path: root/package/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'package/binutils')
-rw-r--r--package/binutils/Config.in.host2
-rw-r--r--package/binutils/arc-2018.03-rc2/0002-ld-makefile.patch (renamed from package/binutils/arc-2018.03-rc1/0002-ld-makefile.patch)0
-rw-r--r--package/binutils/arc-2018.03-rc2/0003-check-ldrunpath-length.patch (renamed from package/binutils/arc-2018.03-rc1/0003-check-ldrunpath-length.patch)0
-rw-r--r--package/binutils/arc-2018.03-rc2/0004-add-sysroot-fix-from-bug-3049.patch (renamed from package/binutils/arc-2018.03-rc1/0004-add-sysroot-fix-from-bug-3049.patch)0
-rw-r--r--package/binutils/arc-2018.03-rc2/0005-poison-system-directories.patch (renamed from package/binutils/arc-2018.03-rc1/0005-poison-system-directories.patch)0
-rw-r--r--package/binutils/binutils.hash2
-rw-r--r--package/binutils/binutils.mk4
7 files changed, 4 insertions, 4 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 22478d917a..03b228168f 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -24,7 +24,7 @@ endchoice
config BR2_BINUTILS_VERSION
string
- default "arc-2018.03-rc1" if BR2_BINUTILS_VERSION_ARC
+ default "arc-2018.03-rc2" if BR2_BINUTILS_VERSION_ARC
default "2.28.1" if BR2_BINUTILS_VERSION_2_28_X
default "2.29.1" if BR2_BINUTILS_VERSION_2_29_X
default "2.30" if BR2_BINUTILS_VERSION_2_30_X
diff --git a/package/binutils/arc-2018.03-rc1/0002-ld-makefile.patch b/package/binutils/arc-2018.03-rc2/0002-ld-makefile.patch
index a7cd71e63c..a7cd71e63c 100644
--- a/package/binutils/arc-2018.03-rc1/0002-ld-makefile.patch
+++ b/package/binutils/arc-2018.03-rc2/0002-ld-makefile.patch
diff --git a/package/binutils/arc-2018.03-rc1/0003-check-ldrunpath-length.patch b/package/binutils/arc-2018.03-rc2/0003-check-ldrunpath-length.patch
index 3fbc5031d1..3fbc5031d1 100644
--- a/package/binutils/arc-2018.03-rc1/0003-check-ldrunpath-length.patch
+++ b/package/binutils/arc-2018.03-rc2/0003-check-ldrunpath-length.patch
diff --git a/package/binutils/arc-2018.03-rc1/0004-add-sysroot-fix-from-bug-3049.patch b/package/binutils/arc-2018.03-rc2/0004-add-sysroot-fix-from-bug-3049.patch
index 9e11840cee..9e11840cee 100644
--- a/package/binutils/arc-2018.03-rc1/0004-add-sysroot-fix-from-bug-3049.patch
+++ b/package/binutils/arc-2018.03-rc2/0004-add-sysroot-fix-from-bug-3049.patch
diff --git a/package/binutils/arc-2018.03-rc1/0005-poison-system-directories.patch b/package/binutils/arc-2018.03-rc2/0005-poison-system-directories.patch
index a7c2761a9d..a7c2761a9d 100644
--- a/package/binutils/arc-2018.03-rc1/0005-poison-system-directories.patch
+++ b/package/binutils/arc-2018.03-rc2/0005-poison-system-directories.patch
diff --git a/package/binutils/binutils.hash b/package/binutils/binutils.hash
index ebe1f2ee24..c938222804 100644
--- a/package/binutils/binutils.hash
+++ b/package/binutils/binutils.hash
@@ -4,4 +4,4 @@ sha512 d748d22306477d60d921078804d21943248c23fca0707aac9b016a352c01c75ca69e8262
sha512 e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b192e9693b5828d27683739b0198431bf8b3e39fb3b04884cf89d9aa839 binutils-2.30.tar.xz
# Locally calculated (fetched from Github)
-sha512 7b8c4a5ec38a234b3ca097ce38e0e60628561251085fc83a614c8cf476eec53ca77ab34088987c80ce79772d5e2cc513b28a7df45f3dc5d0d3a82296e1f6474f binutils-arc-2018.03-rc1.tar.gz
+sha512 c9d41001bd41d96f1cd78748c1e8df9715aab1158c0a1c9c90a2010e335c357d0d6816202b7fcf7c7d8d4a65e25920b0b35af6a59edd0d29fd9edddd8be95a48 binutils-arc-2018.03-rc2.tar.gz
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index b24e4334c2..be9e652e10 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -9,13 +9,13 @@
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
ifeq ($(BINUTILS_VERSION),)
ifeq ($(BR2_arc),y)
-BINUTILS_VERSION = arc-2018.03-rc1
+BINUTILS_VERSION = arc-2018.03-rc2
else
BINUTILS_VERSION = 2.29.1
endif
endif # BINUTILS_VERSION
-ifeq ($(BINUTILS_VERSION),arc-2018.03-rc1)
+ifeq ($(BINUTILS_VERSION),arc-2018.03-rc2)
BINUTILS_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,binutils-gdb,$(BINUTILS_VERSION))
BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz
BINUTILS_FROM_GIT = y
OpenPOWER on IntegriCloud