public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] Update FAQs for removal of 32-bit Cygwin
@ 2022-07-07 11:43 Jon Turney
  2022-07-11  7:44 ` Corinna Vinschen
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Turney @ 2022-07-07 11:43 UTC (permalink / raw)
  To: cygwin-patches; +Cc: Jon Turney

Update FAQs for removal of 32-bit Cygwin
Also update FAQs for dropping support for Windows Vista/Server 20008
---
 winsup/doc/faq-programming.xml |  4 +---
 winsup/doc/faq-setup.xml       |  3 ---
 winsup/doc/faq-what.xml        | 12 +++++-------
 3 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index 3c6bf7b46..c2c4004c1 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -346,7 +346,7 @@ would be difficult.
 <question><para>Where is Objective C?</para></question>
 <answer>
 
-<para>Support for compiling Objective C is available in the <literal>gcc{4}-objc</literal>
+<para>Support for compiling Objective C is available in the <literal>gcc-objc</literal>
 package; resulting binaries will depend on the <literal>libobjc2</literal>
 package at runtime.
 </para>
@@ -684,8 +684,6 @@ installed; you at least need <literal>gcc-g++</literal>,
 </para>
 
 <para>
-Building for 32-bit Cygwin also requires
-<literal>mingw64-i686-gcc-g++</literal> and <literal>mingw64-i686-zlib</literal>.
 Building for 64-bit Cygwin also requires
 <literal>mingw64-x86_64-gcc-g++</literal> and
 <literal>mingw64-x86_64-zlib</literal>.
diff --git a/winsup/doc/faq-setup.xml b/winsup/doc/faq-setup.xml
index cfa771098..ce1069616 100644
--- a/winsup/doc/faq-setup.xml
+++ b/winsup/doc/faq-setup.xml
@@ -383,9 +383,6 @@ are strongly advised not to attempt to
 at once, unless you have a lot of free disk space, a very high speed network
 connection, and the system will not be required for any other purpose for
 many hours (or days) until installation completes.
-For a 32-bit Cygwin installation, you can not install everything, as the
-installation will fail because the 4GB memory available is insufficient to allow
-all the DLLs required to run along with the programs using them.
 </para>
 </answer></qandaentry>
 
diff --git a/winsup/doc/faq-what.xml b/winsup/doc/faq-what.xml
index 77ba1c5fd..4bdbf4eff 100644
--- a/winsup/doc/faq-what.xml
+++ b/winsup/doc/faq-what.xml
@@ -30,13 +30,11 @@ They can be used from one of the provided Unix shells like bash, tcsh or zsh.
 <question><para>What versions of Windows are supported?</para></question>
 <answer>
 
-<para>Cygwin can be expected to run on all modern, released versions of Windows,
-from Windows Vista, 7, 8, 8.1, 10, Windows Server 2008 and all
-later versions of Windows, except Windows S mode due to its limitations.
-The 32 bit version of Cygwin also runs in the WOW64 32 bit environment on
-released 64 bit versions of Windows including ARM PCs,
-the 64 bit version of course only on 64 bit AMD/Intel compatible PCs.
-</para>
+<para>Cygwin can be expected to run on all modern, released versions of Windows.
+This includes Windows 7, Windows Server 2008 R2 and all later versions of
+Windows, except Windows S mode due to its limitations, on 64 bit AMD/Intel
+compatible PCs, and under x64 emulation on ARM PCs running Windows 11.</para>
+
 <para>Keep in mind that Cygwin can only do as much as the underlying OS
 supports.  Because of this, Cygwin will behave differently, and
 exhibit different limitations, on the various versions of Windows.
-- 
2.36.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Update FAQs for removal of 32-bit Cygwin
  2022-07-07 11:43 [PATCH] Update FAQs for removal of 32-bit Cygwin Jon Turney
@ 2022-07-11  7:44 ` Corinna Vinschen
  2022-07-11 18:06   ` Brian Inglis
  0 siblings, 1 reply; 3+ messages in thread
From: Corinna Vinschen @ 2022-07-11  7:44 UTC (permalink / raw)
  To: cygwin-patches

On Jul  7 12:43, Jon Turney wrote:
> Update FAQs for removal of 32-bit Cygwin
> Also update FAQs for dropping support for Windows Vista/Server 20008
> ---
>  winsup/doc/faq-programming.xml |  4 +---
>  winsup/doc/faq-setup.xml       |  3 ---
>  winsup/doc/faq-what.xml        | 12 +++++-------
>  3 files changed, 6 insertions(+), 13 deletions(-)

LGTM

Thanks,
Corinna

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Update FAQs for removal of 32-bit Cygwin
  2022-07-11  7:44 ` Corinna Vinschen
@ 2022-07-11 18:06   ` Brian Inglis
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Inglis @ 2022-07-11 18:06 UTC (permalink / raw)
  To: cygwin-patches

On 2022-07-11 01:44, Corinna Vinschen wrote:
> On Jul  7 12:43, Jon Turney wrote:
>> Update FAQs for removal of 32-bit Cygwin
>> Also update FAQs for dropping support for Windows Vista/Server 20008

Now that's planning ahead! Talk about the Cygwin Time Machine ;^>

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-11 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 11:43 [PATCH] Update FAQs for removal of 32-bit Cygwin Jon Turney
2022-07-11  7:44 ` Corinna Vinschen
2022-07-11 18:06   ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).