From be9c0561e7da91b2d5c589a43f9c0fea1e684f2d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Mar 2022 17:22:36 -0400 Subject: 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. --- newlib/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/NEWS') 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: -- cgit v1.2.3