X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 28 Feb 2008 12:28:42 -0500 Message-Id: <200802281728.m1SHSgpl028123@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <47c6e8ef$0$11004$9b4e6d93@newsspool4.arcor-online.net> (message from Robert Riebisch on Thu, 28 Feb 2008 18:01:24 +0100) Subject: Re: Bug or feature `gcc =?iso-8859-1?Q?=2DMM=B4=3F?= References: <47c6e8ef$0$11004$9b4e6d93 AT newsspool4 DOT arcor-online DOT net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > When I run `gcc -MM file.cī output always includes > `c:/djgpp/lib/gcc/djgpp/4.23/djgpp.verī. Is this intentionally or a bug? The gcc spec file for djgpp explicitly pulls in that file (which includes sys/version.h) so that gcc knows what version of djgpp's libc it's using. Whether it should show up in -MM or not is questionable, but it's harmless and trying to change it now would probably introduce incompatibilities somewhere.