|
@@ -9,15 +9,15 @@
|
|
|
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
|
|
|
ifeq ($(BINUTILS_VERSION),)
|
|
|
ifeq ($(BR2_arc),y)
|
|
|
-BINUTILS_VERSION = arc-2018.09
|
|
|
+BINUTILS_VERSION = arc-2018.09-release
|
|
|
else
|
|
|
BINUTILS_VERSION = 2.29.1
|
|
|
endif
|
|
|
endif # BINUTILS_VERSION
|
|
|
|
|
|
-ifeq ($(BINUTILS_VERSION),arc-2018.09)
|
|
|
+ifeq ($(BINUTILS_VERSION),arc-2018.09-release)
|
|
|
BINUTILS_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,binutils-gdb,$(BINUTILS_VERSION))
|
|
|
-BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz
|
|
|
+BINUTILS_SOURCE = binutils-gdb-$(BINUTILS_VERSION).tar.gz
|
|
|
BINUTILS_FROM_GIT = y
|
|
|
endif
|
|
|
BINUTILS_SITE ?= $(BR2_GNU_MIRROR)/binutils
|