www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/11/18/00:52:31

Date: Mon, 17 Nov 1997 21:43:38 -0800 (PST)
Message-Id: <199711180543.VAA11155@adit.ap.net>
Mime-Version: 1.0
To: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>,
Andrew Crabtree <andrewc AT rosemail DOT rose DOT hp DOT com>
From: Nate Eldredge <eldredge AT ap DOT net>
Subject: Re: GCC -dr?
Cc: djgpp AT delorie DOT com

At 09:40  11/17/1997 +0200, Eli Zaretskii wrote:
>
>On Fri, 14 Nov 1997, Andrew Crabtree wrote:
>
>> In the host (xm) DJGPP config file put a
>> 
>> #define CSE_STAGE_ONE_EXTENSION ".cs1"
>> #define CSE_STAGE_TWO_EXTENSION ".cs2"
>
>Please don't do that unconditionally.  When GCC runs on an LFN
>platform, it should work like on Unix.  So at least say this:
>
>#define CSE_STAGE_TWO_EXTENSION (_USE_LFN ? ".cse2" : ".cs2")
I thought of the same thing earlier today and have made the patch. It works
correctly both on MSDOS and Linux (no change), but I haven't tried it on
LFN. I will send copies of the patch to Eli, Andrew and the original poster
of the problem. I'll also send it to anyone who asks for it (about 8K), or
the list if lots of people do. If nobody finds any problems, I'll send it to
the GCC maintainers, and maybe update the docs as well.


Nate Eldredge
eldredge AT ap DOT net



- Raw text -


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