Re: [PATCH 2/2] Cygwin: uname: add host machine tag to sysname.

2024-11-21 Thread Jeremy Drake via Cygwin-patches
On Thu, 21 Nov 2024, Jeremy Drake via Cygwin-patches wrote: > @@ -38,6 +81,7 @@ uname_x (struct utsname *name) >/* sysname */ >__small_sprintf (name->sysname, "CYGWIN_%s-%u", > wincap.osname (), wincap.build_number ()); > + append_host_suffix (name->sysnam

[PATCH 2/2] Cygwin: uname: add host machine tag to sysname.

2024-11-21 Thread Jeremy Drake via Cygwin-patches
If the Cygwin dll's architecture is different from the host system's architecture, append an additional tag that indicates the host system architecture (the Cygwin dll's architecture is already indicated in machine). --- You may well want me to remove some cases from the switch ;) winsup/cygwin/u