From d8dfcf0ed203881ba6835f8c593b301d01b34637 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 7 Oct 2019 18:10:04 +0200 Subject: or1k: use upstream binutils/gcc --- toolchain/gcc/Makefile.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'toolchain/gcc/Makefile.inc') diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index cf5546831..409fd2daa 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -56,14 +56,6 @@ PKG_SITES:= https://github.com/andestech/gcc.git PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif -ifeq ($(ADK_TOOLCHAIN_GCC_OR1K),y) -PKG_VERSION:= musl-5.4.0 -PKG_GIT:= branch -PKG_SITES:= https://github.com/openrisc/or1k-gcc.git -PKG_RELEASE:= 1 -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz -LIBSTDCXXVER:= 21 -endif ifeq ($(ADK_TOOLCHAIN_GCC_GIT),y) PKG_VERSION:= git PKG_SITES:= https://github.com/gcc-mirror/gcc.git -- cgit v1.2.3