summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-07 18:10:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-07 18:10:31 +0200
commitd8dfcf0ed203881ba6835f8c593b301d01b34637 (patch)
treebbd063b4103986e7af21beadebbabe1ab0a3dc38 /toolchain/gcc/Makefile.inc
parent6722c7786ac6e29abeeca0c610cf22e7a4c660e2 (diff)
or1k: use upstream binutils/gcc
Diffstat (limited to 'toolchain/gcc/Makefile.inc')
-rw-r--r--toolchain/gcc/Makefile.inc8
1 files changed, 0 insertions, 8 deletions
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