From a0a0744e60753fbe0f2411c544d61baaa1c3ee70 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 9 Jul 2016 19:38:22 +0200 Subject: add small patch to allow compile for crisv10, remove binutils 2.22 --- toolchain/binutils/Makefile.inc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'toolchain/binutils/Makefile.inc') diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 8eb61dd5d..bd173e716 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -30,13 +30,6 @@ PKG_RELEASE:= 1 PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif -ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_22),y) -PKG_VERSION:= 2.22 -PKG_RELEASE:= 1 -PKG_HASH:= 12c26349fc7bb738f84b9826c61e103203187ca2d46f08b82e61e21fcbc6e3e6 -PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_20_1),y) PKG_VERSION:= 2.20.1 PKG_RELEASE:= 1 -- cgit v1.2.3