summaryrefslogtreecommitdiff
path: root/toolchain/newlib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 17:54:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 17:56:52 +0200
commit185f430dbf2c36415930941eced92723824950d6 (patch)
tree4dcd88236e1011b3fc2da9c3e567da0b9d7fe4d1 /toolchain/newlib
parent2045193013cf9f18c3bdf6e81daf2bb87c17bff4 (diff)
remove unfinished alternative os porting efforts
Diffstat (limited to 'toolchain/newlib')
-rw-r--r--toolchain/newlib/Makefile9
-rw-r--r--toolchain/newlib/Makefile.inc8
2 files changed, 0 insertions, 17 deletions
diff --git a/toolchain/newlib/Makefile b/toolchain/newlib/Makefile
index abe153107..4cd7ce6c6 100644
--- a/toolchain/newlib/Makefile
+++ b/toolchain/newlib/Makefile
@@ -10,15 +10,6 @@ NEWLIB_CONFIGURE_ARGS:= --enable-newlib-io-long-long \
--enable-newlib-register-fini \
--disable-newlib-supplied-syscalls
-ifeq ($(ADK_TARGET_OS_FROSTED),y)
-NEWLIB_CONFIGURE_ARGS+= --enable-newlib-fvwrite-in-streamio=no \
- --enable-newlib-fseek-optimization=no \
- --enable-newlib_wide_orient=no \
- --enable-newlib-unbuf-stream-opt=yes
-TARGET_CFLAGS+="-DREENTRANT_SYSCALLS_PROVIDED"
-endif
-
-
$(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
CC='' \
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