mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-06 21:28:21 +12:00
config.sub: Remove windows-gnu
`windows-gnu` has been used by LLVM and Rust to mean MinGW, but many
people on the mailing list object that it is in no way bona fide GNU on
Windows. Even under the interpretation of `-gnu` as a libc which LLVM
often goes with, it doesn't pass muster either because MinGW uses
msvcrt/ucrt, not any GNU libc. Arguably Cygwin, using a modified (GNU)
Newlib, is the closest thing we have to "GNU on Windows" today.
We couldn't decide on what `windows-*` should replace it, or even
whether there should be such a thing, so absent consensus it is better
to just remove it while it is still recently added and we don't need to
worry about backwards compatibility. We can always re-add it later, but
we can't do nothing now and remove it later.
This partially reverts commit 91f6a7f616
.
* config.sub (windows*-gnu*): Remove.
* doc/config.sub.1: Regenerate.
* testsuite/config-sub.data (x86_64-windows-gnu): Remove.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:

committed by
Dmitry V. Levin

parent
a6976af01b
commit
28ea239c53
@ -897,7 +897,6 @@ x86_64-sortix x86_64-pc-sortix
|
||||
x86_64-twizzler x86_64-pc-twizzler
|
||||
x86_64-unknown-ptx x86_64-sequent-ptx
|
||||
x86_64-windows x86_64-pc-windows
|
||||
x86_64-windows-gnu x86_64-pc-windows-gnu
|
||||
x86_64-windows-msvc x86_64-pc-windows-msvc
|
||||
x86_64-wrs-vxworks x86_64-wrs-vxworks
|
||||
x86_64-wrs-vxworks-simlinux x86_64-wrs-vxworks-simlinux
|
||||
|
Reference in New Issue
Block a user