X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1570193558; bh=3irgzfX1S4lryEGcyIXJCrKWQ4RIHG0ifPfivuKQOvk=; h=Subject:From:To:Date:Message-ID; b=irrB5YRdAA3m+jYyeH0wj9fWaT2tVwKEcmw+gkDPwecuJi2jrxEoX6hlQjzXE8RtZ WXrx/3NIpCgn38oJmJSTfcmVv2BFhoQz9+K5LAhja5q9qYZZ5kPDPmaKZ+VAwWELUt nu/3ZOF0nVbouYt7L8UCv2J2qHX51FWpd9WEwugg= Authentication-Results: mxback9g.mail.yandex.net; dkim=pass header.i=@yandex.ru To: djgpp AT delorie DOT com From: "stsp (stsp2 AT yandex DOT ru) [via djgpp AT delorie DOT com]" Subject: announce: djgpp build system deployed on LP Message-ID: <4b56b5b5-0d32-7feb-f3f5-292bae15efe1@yandex.ru> Date: Fri, 4 Oct 2019 15:52:27 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-MW Reply-To: djgpp AT delorie DOT com Hello! After facing some difficulties submitting my patches via this list, I decided to write my own build system for djgpp and put the patches there. After the month of a pain, it is finally completed and deployed on-line: https://code.launchpad.net/~stsp-0/+recipe/djgpp-daily So people can now get the cross-compiler packages from this ubuntu PPA: https://code.launchpad.net/~dosemu2/+archive/ubuntu/ppa/+packages For those curious how difficult is to write the cross-compiler build system these days, you can look into this thread: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91879 where several approaches at building the cross-compiler were discussed.