X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Andris Pavenis To: DJ Delorie Subject: Re: GCC-3.4.3 Date: Wed, 10 Nov 2004 10:34:06 +0200 User-Agent: KMail/1.7.1 References: <200411081522 DOT 07872 DOT pavenis AT latnet DOT lv> <200411081631 DOT iA8GVib5029680 AT envy DOT delorie DOT com> In-Reply-To: <200411081631.iA8GVib5029680@envy.delorie.com> Cc: djgpp-workers AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411101034.06873.pavenis@latnet.lv> X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on katosiko.hut.fi X-TKK-Virus-Scanned: by amavisd-new-2.1.2-hutcc at katosiko.hut.fi Reply-To: djgpp-workers AT delorie DOT com On Monday 08 November 2004 18:31, you wrote: > > PS. I have archives of gcc-4.0.0 20041104 CVS version for DJGPP and > > I could upload if needed. > > If you have ANY patches for gcc 4.x for djgpp, please submit them. I > would like to see them in before the branch, which will probably > happen in a few weeks. I don't like us having private patches for a > public project, especially when I'm the djgpp maintainer for gcc ;-) I'm afraid that it may take longer time than few weeks. Also some of patches are not in such state that could be submitted. One thing which perhaps must be discussed here: small patch to config.sub to accept word 'djgpp' as shortcut to perhaps i586-pc-msdosdjgpp. That prevents directories i586-pc-msdosdjgpp generated when building gcc, so no renamin needed later. --- config.sub~1 2004-01-03 11:42:14.000000000 +0000 +++ config.sub 2004-01-03 11:53:02.000000000 +0000 @@ -467,6 +467,10 @@ basic_machine=m88k-motorola os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx Of course we could decide to use something else instead of i586. That is what we have used already for a long time. Andris