[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
doc: Update target platforms list
From: |
Bruno Haible |
Subject: |
doc: Update target platforms list |
Date: |
Thu, 25 Apr 2024 09:53:13 +0200 |
This patch updates the list of target platforms. What has changed since last
year:
- I cannot claim to be testing RHEL any more, since I don't have access
to a copy of it and since the previous clones (CentOS, AlmaLinux etc.)
can no longer sync with RHEL, due to [1].
- FreeBSD's current major version is 14.
- One of the AIX machines in the GCC compilefarm has been upgraded; I no
longer have access to AIX 7.2.
- I no longer have access to an IRIX 6.5 machine.
[1] https://www.phoronix.com/news/Red-Hat-CentOS-Stream-Sources
2024-04-25 Bruno Haible <bruno@clisp.org>
doc: Update target platforms list.
* doc/gnulib-intro.texi (Supported Platforms): Mention FreeBSD 14
instead of 13. Mention AIX 7.3 instead of 7.2. Mention Cygwin 3.4.
Don't mention IRIX.
(Formerly Supported Platforms): Add IRIX.
diff --git a/doc/gnulib-intro.texi b/doc/gnulib-intro.texi
index c46ef8991b..7000fe199b 100644
--- a/doc/gnulib-intro.texi
+++ b/doc/gnulib-intro.texi
@@ -113,15 +113,15 @@
@node Supported Platforms
@subsection Supported Platforms
-As of 2023, the list of supported platforms is the following:
+As of 2024, the list of supported platforms is the following:
@itemize
@item
glibc systems. With glibc 2.19 or newer, they are frequently tested.
@c [Not very relevant in the long term.]
-@c The distributions Ubuntu, Fedora, RHEL, Arch Linux are frequently tested.
-@c CentOS is occasionally tested.
-@c Debian, gNewSense, Trisquel, OpenSUSE are rarely tested.
+@c The distributions Ubuntu, Debian, Fedora, CentOS are frequently tested.
+@c Arch Linux is occasionally tested.
+@c gNewSense, Trisquel, OpenSUSE are rarely tested.
About the kernels:
@itemize
@item
@@ -129,27 +129,27 @@
@item
glibc on kFreeBSD is rarely tested.
@item
-@c There is Alpine Linux 3.14, and also musl-gcc on Ubuntu.
+@c There is Alpine Linux 3.19, and also musl-gcc on Ubuntu.
musl libc on Linux is occasionally tested.
@end itemize
@item
macOS@. In versions 12.5, it's occasionally tested. In version
10.5, it's rarely tested.
@item
-FreeBSD 13.0 or newer is occasionally tested.
+FreeBSD 14.0 or newer is occasionally tested.
@item
OpenBSD 7.0 or newer is occasionally tested.
@item
NetBSD 10.0 or newer is occasionally tested.
@item
-AIX 7.1 and 7.2 are occasionally tested.
+AIX 7.1 and 7.3 are occasionally tested.
@item
Solaris 10 and 11.4 are occasionally tested. Solaris 9 is rarely
tested and low priority.
@item
Android is occasionally tested, through the Termux app on Android 11.
@item
-Cygwin 2.9 is occasionally tested. Cygwin 1.7.x is rarely tested.
+Cygwin 2.9 and 3.4 are occasionally tested. Cygwin 1.7.x no longer tested.
@item
Native Windows:
@itemize
@@ -170,9 +170,6 @@
@item
GNU Hurd 0.9 is rarely tested.
@item
-@c IRIX 6.5 cc has no option for C99 support. You would need to use gcc
instead.
-IRIX 6.5 is very rarely tested.
-@item
Minix 3.3.0 is no longer tested.
@item
Haiku is no longer tested.
@@ -197,7 +194,8 @@
@item
HP-UX 11.31.
@item
-IRIX 6.4 and older.
+@c IRIX 6.5 cc has no option for C99 support. You would need to use gcc
instead.
+IRIX 6.5 and older.
@item
OSF/1 5.1.
@item
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- doc: Update target platforms list,
Bruno Haible <=