summaryrefslogtreecommitdiff
path: root/toolchain/newlib/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/newlib/Makefile.inc')
-rw-r--r--toolchain/newlib/Makefile.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/toolchain/newlib/Makefile.inc b/toolchain/newlib/Makefile.inc
index fb74b9f73..d01745a93 100644
--- a/toolchain/newlib/Makefile.inc
+++ b/toolchain/newlib/Makefile.inc
@@ -22,11 +22,3 @@ PKG_RELEASE:= 1
PKG_SITES:= https://github.com/jcmvbkbc/newlib-xtensa.git
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif
-ifeq ($(ADK_TARGET_LIB_NEWLIB_FROSTED),y)
-PKG_VERSION:= frosted
-PKG_GIT:= branch
-PKG_RELEASE:= 1
-PKG_GIT_SUBMODULE:= 1
-PKG_SITES:= https://github.com/insane-adding-machines/newlib.git
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
-endif