]> git.ipfire.org Git - thirdparty/libtool.git/commit
Recognize *-*-windows* config triplets
authorBruno Haible <bruno@clisp.org>
Wed, 30 Aug 2023 12:03:24 +0000 (14:03 +0200)
committerMike Frysinger <vapier@gentoo.org>
Sun, 14 Jan 2024 05:41:20 +0000 (00:41 -0500)
commit9e7b9631ec7b37feac61285b6b1834218c275146
tree824947f3e53514da2bceb9f38688fd5c0e831978
parent5576d862c409ed31772c0c310ee8ec64c48f2467
Recognize *-*-windows* config triplets

The gnuconfig project recognizes windows* as a host OS to denote native
Windows environments.  The commit message makes it sound like LLVM and
Crablang communities will use the 'windows' value, whereas GNU will
continue to use 'mingw'. But I think it's only a matter of time until
people start to pass the option --host=x86_64-pc-windows to configure
scripts. We should be prepared for that.

Url: https://savannah.gnu.org/patch/?10387

* build-aux/ltmain.in: Treat windows* as equivalent to mingw*.
* m4/libtool.m4: Likewise.
* m4/ltdl.m4: Likewise.
* m4/ltoptions.m4: Likewise.
* tests/bindir.at: Likewise.
* tests/deplibs-mingw.at: Likewise.
* tests/lt_dladvise.at: Likewise.
* tests/testsuite.at: Likewise.
build-aux/ltmain.in
m4/libtool.m4
m4/ltdl.m4
m4/ltoptions.m4
tests/bindir.at
tests/deplibs-mingw.at
tests/lt_dladvise.at
tests/testsuite.at