X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Subject: Re: Missing djcross-gcc-8.3.0.tar.bz2 file for GCC 8.3.0? To: djgpp AT delorie DOT com References: From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Message-ID: <479fd1e5-3eb5-7cd1-ed1b-150f1a5929a5@iki.fi> Date: Wed, 20 May 2020 15:57:04 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US-large Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-Printable to 8bit by delorie.com id 04KCvoWn009894 Reply-To: djgpp AT delorie DOT com 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 On 5/20/20 12:51 PM, Andrew Wu (andrewwu DOT tw AT gmail DOT com) [via djgpp AT delorie DOT com] wrote: > Hello, > > There is no djcross-gcc-8.3.0.tar.bz2 file for GCC 8.3.0 . In > > ftp://ftp.delorie.com/pub/djgpp/rpms/djcross-gcc-8.3.0/ > > There are only .rpm files. I have to use rpm2cpio to extract > djcross-gcc-8.3.0.tar.bz2. > > But in directories for other versions : > > ftp://ftp.delorie.com/pub/djgpp/rpms/djcross-gcc-9.3.0/ > ftp://ftp.delorie.com/pub/djgpp/rpms/djcross-gcc-7.5.0/ > ftp://ftp.delorie.com/pub/djgpp/rpms/djcross-gcc-6.5.0/ > ftp://ftp.delorie.com/pub/djgpp/rpms/djcross-gcc-5.5.0/ > > There are djcross-gcc-x.x.x.tar.bz2 files in the directories. > > It would be very nice if I can download djcross-gcc-8.3.0.tar.bz2 directly. 🙂 > Perhaps I forgot to put file there. From other side there are serious problem with libstdc++ in all versions on delorie.com except 3.4.6 and 10.1.0 (try using std::tolower or std::toupper and You'll see). As result other stuff from libstdc++ does not work as well (for example std::regex). I'll perhaps not going to rebuild old versions. DJ suggested that we may not need earlier versions. I built also gcc-8.4.0 but did not upload it. It was however built before I noticed earlier mentioned problem. So I guess there is not much use of uploading it. I asked about use of older versions in DJGPP mailing list but up to this time have only got one response From the other side all I have done after migration of GCC project from SVN to GIT is on GitHub. Earlier changes are also there but tahs and branches not. Script from building SRPM package (that generates also djcross-gcc-X.Y.0.tar.bz2) would not work. You can check out my fork of GCC GIT repo with DJGPP related changes from GitHub - git co https://github.com/apavenis/djgpp-gcc All is there if You want to build gcc-8.4.0 cross-compiler. I would only suggest to take my fix from port of gcc-10.1 (it should apply cleanly as there were no changes in broken file  for long time) Andris