Commit 36555b4c authored by Alexey Brodkin's avatar Alexey Brodkin Committed by Thomas Petazzoni
Browse files

ARC: switch to RC1 of upcoming arc-2015.06 tools



Even though this is only RC1 it's been heavily used internally so it should
not be any worse than existing arc-2014.12.

Moreover this relase (and so its RC1) finally delivers support of NPTL
for ARC in uClibc.

That's why it would be good to allow interested users to start trying it
(for example WebKit and apps that use WebKit could be successfully built
and run) also it will be helpful to run that new toolchain through
autobuilder in attempt to find any hidden regressions so we have a solid
toolchain for release.

If there's an interest in that patch more patches will follow with
subsequent RCs and essentially on appearence or relese Buildroot will be
updated with it.

Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 375bc188
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ endchoice

config BR2_BINUTILS_VERSION
	string
	default "arc-2014.12"	if BR2_arc
	default "arc-2015.06-rc1"	if BR2_arc
	default "2.22"		if BR2_BINUTILS_VERSION_2_22
	default "2.23.2"	if BR2_BINUTILS_VERSION_2_23_2
	default "2.24"		if BR2_BINUTILS_VERSION_2_24
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ sha512 dec753bbba008f1526b89cf1bd85feba78f362f5333ffdf93953fd131eb755976dec82a0
sha512  5ec95ad47d49b12c4558a8db0ca2109d3ee1955e3776057f3330c4506f8f4d1cf5e505fbf8a16b98403a0fcdeaaf986fe0a22be6456247dbdace63ce1f776b12  binutils-2.24.tar.bz2
sha512  49438970642f379978aba988e3d2e7b63dab6fd0b46d91f4100f083e87a84d242089daca58572245fe620457a77bbbe2d78588ff3fb79314e500d1a39bf96f30  binutils-2.25.tar.bz2
# No hash for the ARC variant, comes from the github-helper:
none   xxx                                                               binutils-arc-2014.12.tar.gz
none   xxx  binutils-arc-2015.06-rc1.tar.gz
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ config BR2_GCC_VERSION
	default "4.8.5"     if BR2_GCC_VERSION_4_8_X
	default "4.9.3"     if BR2_GCC_VERSION_4_9_X
	default "5.1.0"     if BR2_GCC_VERSION_5_1_X
	default "arc-2014.12" if BR2_GCC_VERSION_4_8_ARC
	default "arc-2015.06-rc1" if BR2_GCC_VERSION_4_8_ARC

config BR2_EXTRA_GCC_CONFIG_OPTIONS
	string "Additional gcc options"
+1 −1
Original line number Diff line number Diff line
@@ -9,4 +9,4 @@ sha512 9ac57377a6975fc7adac704ec81355262b9f537def6955576753b87715470a20ee6a2a31
# From ftp://gcc.gnu.org/pub/gcc/releases/gcc-5.1.0/sha512.sum
sha512  30f6a94d3adb25bc51fcaddf32a6c41429f569eeb9ed64330445b1296f99998fbfa03277b375be4f7b2b80f519910ef88e4149db7cd9031e2c61a49f501bde94  gcc-5.1.0.tar.bz2
# No hash for the ARC variant, comes from the github-helper:
none  xxx  gcc-arc-2014.12.tar.gz
none  xxx  gcc-arc-2015.06-rc1.tar.gz
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ endif
config BR2_GDB_VERSION
	string
	depends on BR2_PACKAGE_GDB || BR2_PACKAGE_HOST_GDB
	default "arc-2014.12-gdb" if BR2_arc
	default "arc-2015.06-rc1-gdb" if BR2_arc
	default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze
	default "7.7.1"    if BR2_GDB_VERSION_7_7
	default "7.8.2"	   if BR2_GDB_VERSION_7_8 || !BR2_PACKAGE_HOST_GDB
Loading