From df5808b77122e1bb5e4517e5dbd7f8e4093108c2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Feb 2022 19:15:57 -0500 Subject: 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. --- newlib/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/NEWS') 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: -- cgit v1.2.3