GNU Libtool - Patches: patch #10387, Recognize the *-*-windows* config...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10387: Recognize the *-*-windows* config triplets introduced on 2023-06-26
Submitter: | Bruno Haible <haible> | ||
Submitted: | Wed 30 Aug 2023 12:18:09 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
file #55099: 0001-Recognize-the-windows-config-triplets-introduced-on-.patch added by haible (24KiB - text/x-patch)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2023-08-30 | haible | Attached File | - | ![]() |
Added 0001-Recognize-the-windows-config-triplets-introduced-on-.patch, #55099 |
Through this commit to config.sub
https://git.savannah.gnu.org/gitweb/?p=config.git;a=commitdiff;h=91f6a7f616b161c25ba2001861a40e662e18c4ad
the host_os values
were introduced, 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
to configure scripts. We should be prepared for that.
The attached patch does it for libtool.