X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com To: "DJGPP List (E-mail)" From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Subject: Ports of GCC Message-ID: <915a3bfd-2115-4ecc-79c0-f612a1160e5d@iki.fi> Date: Sat, 11 Apr 2020 16:36:16 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US-large Reply-To: djgpp AT delorie DOT com It took some time to migrate my GCC GIT repository from old git-svn used earlier as GIT mirror of GCC to the current GIT repository. Scripts mentioned in gcc mailing list did not seem to work for me. I did not also want to drop all history and import only changes. So se ended finaly into writing C++ program (about 600 lines) using libgit2 (https://libgit2.org/) which performed the migration. Some manual cleanup was required after that. Up to now seems to be OK. Built a new package for ArchLinux (https://aur.archlinux.org/packages/djgpp-gcc/). Things tone up to now can be seen in my GitHub fork of gcc: https://github.com/apavenis/djgpp-gcc Currently only gcc-9 branches and tags for gcc-9.3.0. Hopefully more will follow. No native DJGPP build yet. Andris