From e10860f644e5c09ee65c7c358e5e6059df94281e Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Mon, 18 Jan 2016 13:17:31 +0300 Subject: toolchain: bump ARC toolchain components to arc-2015.12-rc1 This change introduces newer ARC toolchain in Buildroot. Note this is the first release candidate and we'll probably see another RC before cutting the final release. That new arc-2015.12 release doesn't bring any significant changes but mostly is focused on fixes and minor improvements here and there. Most noticeable changes are: * GCC updated to v4.8.5 * GDB updated to 7.10 You may find more info on fixes and improvements in that release at: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2015.12-rc1 Signed-off-by: Alexey Brodkin Cc: Thomas Petazzoni Cc: Peter Korsgaard Cc: arc-buildroot@synopsys.com Signed-off-by: Thomas Petazzoni --- package/binutils/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/binutils/Config.in.host') diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index f6aac5cc6b..7a04d395ab 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -28,7 +28,7 @@ endchoice config BR2_BINUTILS_VERSION string - default "arc-2015.06" if BR2_arc + default "arc-2015.12-rc1" if BR2_arc default "2.23.2" if BR2_BINUTILS_VERSION_2_23_X default "2.24" if BR2_BINUTILS_VERSION_2_24_X default "2.25.1" if BR2_BINUTILS_VERSION_2_25_X -- cgit v1.2.1