delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/01/24/16:44:02

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2ED753858C20
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1674588948;
bh=+O1OeTVz/50m5C7wimP6iLOrq5abzLd9Pnwxmi1qsn4=;
h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
From;
b=ChlX1UDlEolKVOOGmBHh35WE0kICtgMjdQHVWo+iBHQzrHt6uH4mFLWmpgVY6aRxJ
ICEtkfRWgF1OYCFDgMhlMhYa3kdp5u4Y2ov89d/CRh6b4JLCgcaAZuRurvPteFIxGN
PUDNRcVx+U7qBi66p5J0EyrqEfVvozF3wO6HgmCY=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D1BCE3858D1E
X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=63d03302
a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17
a=IkcTkHD0fZMA:10 a=mDV3o1hIAAAA:8 a=X8hdlAUTiQZGIfzVkYIA:9 a=QEXdDO2ut3YA:10
a=TLB-S1jALLMA:10 a=_FVE-zBwftR9WsbkzFJk:22
Message-ID: <ee9063bd-a37f-b56f-bc25-948061c13f87@Shaw.ca>
Date: Tue, 24 Jan 2023 12:35:29 -0700
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.6.1
Subject: Re: gcc -mno-cygwin
To: cygwin AT cygwin DOT com
References: <CAD8GWsthWO0JuoWZyRC6ru1ocB-OPTYU_oVGkiXmV4kiz_Abhw AT mail DOT gmail DOT com>
<89545deb-1bac-75c8-47de-527d73a1db6e AT Shaw DOT ca>
Organization: Inglis
In-Reply-To: <89545deb-1bac-75c8-47de-527d73a1db6e@Shaw.ca>
X-CMAE-Envelope: MS4xfBGV7CD+uPtHmWx3KDc7b/b+2kAWGcbkcux9w1KEX1vm5KFwQGOXRmh17yGODM13PR3Cd3gSiw2lgLH/Y3jgjwPgtZesA7CwijchjgYUA2JF/iSijrHr
Wg2k2jHmALg2BV+QsMZQ0d/kxBHJDb31MFYY+wpq9wEHLFfKA2BcgJaMenExQktGi/uM9A1oCwg5+qgrocJOcn4t+R2+EcDNd/U=
X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, BODY_8BITS,
DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, NICE_REPLY_A,
SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Brian Inglis via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Brian Inglis <Brian DOT Inglis AT Shaw DOT ca>, ler762 AT gmail DOT com
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 30OLhed2028207

On 2023-01-08 01:06, Brian Inglis wrote:
> On Sat, 7 Jan 2023 14:50:02 -0500, Lee wrote:
>> The "-mno-cygwin" gcc option went away years ago.  Correct?
>>
>> It still shows up in the output of 'man gcc':
>>
>> $ man gcc | grep mno-cygwin
>>            x86 Windows Options -mconsole  -mcygwin  -mno-cygwin  -mdll
>> -mnop-fun-dllimport  -mthread -municode  -mwin32
>>
>> Is that a cygwin specific or a generic gcc man page oversight?
> 
> They were removed in 2010 except for:
> 
>      $ info gcc Invoking Option
>      /Windows
> 
> invoke.texi/Option Summary/x86 Windows Options at:
> 
> https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/doc/invoke.texi#l1454
> 
> 1453 @emph{x86 Windows Options}
> 1454 @gccoptlist{-mconsole  -mcygwin  -mno-cygwin  -mdll @gol
> 1455 -mnop-fun-dllimport  -mthread @gol
> 1456 -municode  -mwin32  -mwindows  -fno-set-stack-executable}
> 
> from which the man gcc Windows options are generated with texi2pod and pod2man.

Submitted bug report about and patch to remove these remnants:

	https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610482.html

	https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108521

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

La perfection est atteinte			Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter	not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer	but when there is no more to cut
			-- Antoine de Saint-Exupéry

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019