Skip to content

Commit 4081d56

Browse files
committed
bump arc tools to 2019.03 release
Signed-off-by: Evgeniy Didin <[email protected]>
1 parent 5d0a3ca commit 4081d56

File tree

11 files changed

+10
-10
lines changed

11 files changed

+10
-10
lines changed

package/binutils/Config.in.host

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endchoice
3737

3838
config BR2_BINUTILS_VERSION
3939
string
40-
default "arc-2019.03-rc2" if BR2_BINUTILS_VERSION_ARC
40+
default "arc-2019.03-release" if BR2_BINUTILS_VERSION_ARC
4141
default "2.28.1" if BR2_BINUTILS_VERSION_2_28_X
4242
default "2.29.1" if BR2_BINUTILS_VERSION_2_29_X
4343
default "2.30" if BR2_BINUTILS_VERSION_2_30_X

package/binutils/binutils.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sha512 e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b19
55
sha512 0fca326feb1d5f5fe505a827b20237fe3ec9c13eaf7ec7e35847fd71184f605ba1cefe1314b1b8f8a29c0aa9d88162849ee1c1a3e70c2f7407d88339b17edb30 binutils-2.31.1.tar.xz
66

77
# Locally calculated (fetched from Github)
8-
sha512 edf24f55ebcb0e7b31bc0320fe48a781722d4be4f32c0e30a22db60fa743f5baddaec937f31d15305cb6e55dbc3081c7e20ba6d659caa1fa529941e35ab2a08c binutils-gdb-arc-2019.03-rc2.tar.gz
8+
sha512 e2d8c109ed006eb143bab8360c9e29287c05a0b273448d256edee7458e356d45b27c9869ca6be96206df360c24ba607b21c185190d3a4731999dad515b157c18 binutils-gdb-arc-2019.03-release.tar.gz

package/binutils/binutils.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
1010
ifeq ($(BINUTILS_VERSION),)
1111
ifeq ($(BR2_arc),y)
12-
BINUTILS_VERSION = arc-2019.03-rc2
12+
BINUTILS_VERSION = arc-2019.03-release
1313
else
1414
BINUTILS_VERSION = 2.29.1
1515
endif
1616
endif # BINUTILS_VERSION
1717

18-
ifeq ($(BINUTILS_VERSION),arc-2019.03-rc2)
18+
ifeq ($(BINUTILS_VERSION),arc-2019.03-release)
1919
BINUTILS_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,binutils-gdb,$(BINUTILS_VERSION))
2020
BINUTILS_SOURCE = binutils-gdb-$(BINUTILS_VERSION).tar.gz
2121
BINUTILS_FROM_GIT = y

package/gcc/Config.in.host

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ config BR2_GCC_VERSION
8585
default "6.5.0" if BR2_GCC_VERSION_6_X
8686
default "7.4.0" if BR2_GCC_VERSION_7_X
8787
default "8.3.0" if BR2_GCC_VERSION_8_X
88-
default "arc-2019.03-rc2" if BR2_GCC_VERSION_ARC
88+
default "arc-2019.03-release" if BR2_GCC_VERSION_ARC
8989
default "or1k-musl-5.4.0-20170218" if BR2_GCC_VERSION_OR1K
9090

9191
config BR2_EXTRA_GCC_CONFIG_OPTIONS

package/gcc/gcc.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ sha512 8864d8e4b97c2e1a4f17422f6e68120172ebefeab97b1757734f7185ca68a6b9a89011c6
1010
sha512 1811337ae3add9680cec64968a2509d085b6dc5b6783fc1e8c295e3e47416196fd1a3ad8dfe7e10be2276b4f62c357659ce2902f239f60a8648548231b4b5802 gcc-8.3.0.tar.xz
1111

1212
# Locally calculated (fetched from Github)
13-
sha512 91e7a3201bb319314403bd86a66f338168280d6facec570619341519fb7b8a0b7332c2b1f786032fbf17bba6473488c9726c149ef5e538103d1fe54473e67bd2 gcc-arc-2019.03-rc2.tar.gz
13+
sha512 c3f63fb601140f92d2dbef96b2dcc025ef754d2f049bfcc3d33e746c7b218b5138f2d8768cd580134858a8d347d234cf3ead276638f6de409f8f07c986e136b6 gcc-arc-2019.03-release.tar.gz
1414
# Locally calculated (fetched from Github)
1515
sha512 2de7cf47333a4092b02d3bb98f4206f14966f1d139a724d09cf3b22f8a43ae0c704f33e6477d6367a03c29b265480dc900169e9d417006c5d46f0ae446b8c6f1 gcc-or1k-musl-5.4.0-20170218.tar.gz

package/gdb/Config.in.host

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ config BR2_PACKAGE_GDB_NEEDS_CXX11
9494
# If cross-gdb is not enabled, the latest working version is chosen.
9595
config BR2_GDB_VERSION
9696
string
97-
default "arc-2019.03-rc2-gdb" if BR2_arc
97+
default "arc-2019.03-release-gdb" if BR2_arc
9898
default "7.12.1" if BR2_GDB_VERSION_7_12
9999
default "8.0.1" if BR2_GDB_VERSION_8_0
100100
default "8.1.1" if BR2_GDB_VERSION_8_1 || !BR2_PACKAGE_HOST_GDB

package/gdb/gdb.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sha512 7dcd5e8c90de92f577834d887b5f54edb93a07083bfe661bc46c270a6cc4919f0b348e7e
55
sha512 2aa81cfd389bb48c35d7d9f95cc10e88b4f7ad4597bdde0f8f1fd312f60f10d9fb2cc6e5a9355227d89ff328f7feb0fc411a69394560cafeb9fa75d35d896d11 gdb-8.2.1.tar.xz
66

77
# Locally calculated (fetched from Github)
8-
sha512 a2e25c0a7eb66685edb6b58b31ed007a0dd1193be39158d6f640a1579a51ef5f44a509dcd7b3fcb5f43946b58c4c6c2e8be034aa3fec7061824eaeaddc7063b7 gdb-arc-2019.03-rc2-gdb.tar.gz
8+
sha512 45b4610b92d4c9fb8c3f516c0e86867f34dfd9e47af3af582b1470f2e4bcb04070dd8d69e033dc758e5587f012b9f472572c5075b3331d9d574bdc3edb9b11f9 gdb-arc-2019.03-release-gdb.tar.gz

package/glibc/arc-2019.03-rc2/glibc.hash renamed to package/glibc/arc-2019.03-release/glibc.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Locally calculated (fetched from Github)
2-
sha256 9ed08f5e88f11885ff397b7ddabe583a169dcd9a4a334840336156fa5664c413 glibc-arc-2019.03-rc2.tar.gz
2+
sha256 d8fd15462475f7e268147903cd7811705707b9bd9b29cd9dfe9a941ba48c7ea2 glibc-arc-2019.03-release.tar.gz
33

44
# Hashes for license files
55
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

0 commit comments

Comments
 (0)