Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-03-14 00:22:36 +0300
committerMike Frysinger <vapier@gentoo.org>2022-03-29 06:17:06 +0300
commitbe9c0561e7da91b2d5c589a43f9c0fea1e684f2d (patch)
tree069cb1ce6dc67bc2847e747942c0ee3867694d35 /newlib/NEWS
parent761ef3b434b5eb7f321e58c3fae1f578f5c34999 (diff)
newlib: drop phoenix support
This code has not been updated since 2016, and it looks like it has rotted quite a bit since. It does not build against the current set of phoenix sources -- I had to hack both the kernel headers and the newlib headers up to get it to build, and I still have no idea if it actually links or runs. It seems like the project itself has moved away from newlib and to its own C library: https://phoenix-rtos.com/documentation/libc/README.md So since there's no interest from the phoenix folks to maintain this, and it has a significant amount of non-standard code that we try to keep up-to-date (without actually testing it), just punt it all.
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index c8e5a7cd3..c39b925c4 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -2,6 +2,7 @@
- remove i?86-pc-linux-gnu support
- remove decstation & sunos support
+- remove phoenix OS support
- build system internals heavily rewritten & updated
*** Major changes in newlib version 4.2.0: