diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-06-14 09:52:27 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-06-14 09:52:27 +0200 |
commit | 35d9b2c0d94d727a0e9be3aa9679a39077c97b1b (patch) | |
tree | d29898799fbf6b51c3182de86c19ac26af2d8c63 | |
parent | f89a68a20e37fbb7c3e2dd6a9b3450294487a550 (diff) | |
download | gcc-35d9b2c0d94d727a0e9be3aa9679a39077c97b1b.zip gcc-35d9b2c0d94d727a0e9be3aa9679a39077c97b1b.tar.gz gcc-35d9b2c0d94d727a0e9be3aa9679a39077c97b1b.tar.bz2 |
doc: Remove reference to Interix
This apparently was missed when support for Interix was removed in 2016.
gcc:
PR target/69374
* doc/install.texi (Specific): Remove stale reference to Interix.
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0baba5e..38c93f0 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -5178,8 +5178,7 @@ SuperH (sh-wince-pe), and MIPS (mips-wince-pe). @subheading Other Windows Platforms GCC no longer supports Windows NT on the Alpha or PowerPC. -GCC no longer supports the Windows POSIX subsystem. However, it does -support the Interix subsystem. See above. +GCC no longer supports the Windows POSIX subsystem. Old target names including *-*-winnt and *-*-windowsnt are no longer used. |