diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-21 03:15:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-21 03:16:27 +0100 |
commit | 8e8a975211e384693fba48d9ab29c604769e1518 (patch) | |
tree | 2a58176278222d1a586fe9bf8fb611f068f8fa80 /toolchain/binutils | |
parent | 46eaacb6e6566987136c9573d7c24ad0d737de20 (diff) |
nds32: remove old binutils/gcc
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Makefile.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 27aadfe2c..872d35279 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -30,13 +30,6 @@ PKG_RELEASE:= 1 PKG_SITES:= https://github.com/kalray/gdb-binutils.git DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif -ifeq ($(ADK_TOOLCHAIN_BINUTILS_NDS32),y) -PKG_VERSION:= nds32-binutils-2.30-branch-open -PKG_GIT:= branch -PKG_RELEASE:= 1 -PKG_SITES:= https://github.com/andestech/binutils.git -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz -endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_AVR32),y) PKG_VERSION:= 2.20.1 PKG_RELEASE:= 1 |