|
@@ -9,13 +9,13 @@
|
|
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
|
|
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
|
|
ifeq ($(BINUTILS_VERSION),)
|
|
ifeq ($(BINUTILS_VERSION),)
|
|
ifeq ($(BR2_arc),y)
|
|
ifeq ($(BR2_arc),y)
|
|
-BINUTILS_VERSION = arc-2018.03-rc1
|
|
|
|
|
|
+BINUTILS_VERSION = arc-2018.03-rc2
|
|
else
|
|
else
|
|
BINUTILS_VERSION = 2.29.1
|
|
BINUTILS_VERSION = 2.29.1
|
|
endif
|
|
endif
|
|
endif # BINUTILS_VERSION
|
|
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_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,binutils-gdb,$(BINUTILS_VERSION))
|
|
BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz
|
|
BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz
|
|
BINUTILS_FROM_GIT = y
|
|
BINUTILS_FROM_GIT = y
|