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-02-14 03:15:57 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-16 04:00:58 +0300
commitdf5808b77122e1bb5e4517e5dbd7f8e4093108c2 (patch)
treecaa9a17edc038f0dfb7c9a6b3dfbc5da046f0329 /newlib/NEWS
parentb7f2965dc397610aa4c8941557e48d5736d8e8dd (diff)
newlib: drop support for decstation & sunos systems
These targets don't actually cross-compile -- they try to pull some objects out of the host's /lib/libc.a, /lib/libm.a, and /lib/crt0.o directly and merge them into newlib's own libraries. This is hard to keep working and impossible to test. Considering the vintage of such targets, and gcc dropping them many many years ago, drop them from newlib too. This will make cleaning up the build a lot easier.
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 d007aac3d..aaed47aae 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,6 +1,7 @@
*** Major changes in newlib version 4.3.0:
- remove i?86-pc-linux-gnu support
+- remove decstation & sunos support
*** Major changes in newlib version 4.2.0: