X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Yandex-Fwd: 1 X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1708785983; bh=vtvkfW2e2Vif9NqR83ADVCZNTK/N5BWXKkA4Xi7pkaA=; h=Subject:From:To:Date:Message-ID; b=vxTiJsK+gDE6CE23E0jXMDrmXFLwSB/xCDg4tu+/PgTJZdICPdtm02hI8qGO2ybDQ k+a8wLnPwP940tFKmQwu1c7keOfRFn69XzG8s1A1j14JqN5EM6b/lAb7NQ8mMwW54H BwJHxf6yen8f1DhI/KAdut7xDbDnzGa3Tyg7kcdw= Authentication-Results: mail-nwsmtp-smtp-production-main-63.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <997a14e0-80d9-4d22-8a69-d0961da04596@yandex.ru> Date: Sat, 24 Feb 2024 19:46:22 +0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: djgpp AT delorie DOT com From: "stsp (stsp2 AT yandex DOT ru) [via djgpp AT delorie DOT com]" Subject: announce: dj64 tool-chain Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hi djgpp hackers and users! Once upon a time (many years ago) I made a note in that ML that since all my patches are ignored, I may want to write a tool-chain of my own. And here we are: https://github.com/stsp/dj64dev/ A 64-bit djgpp-compatible tool-chain for DOS. Note that it is so compatible that you can even use my exe stub with 32bit djgpp-built executables. My tool-chain uses ELF, but I added the COFF support just because I can. The stub is located here: https://github.com/stsp/djstub/ It can likely be used with ELF32 djgpp patches too, but I haven't tried that. I wrote a small README with description and instructions: https://github.com/stsp/dj64dev/blob/master/README.md So... please keep ignoring my patches, as now I have a better tool-chain than you do. :) Anyway, the tool-chain works, builds DOS executables for 64bit and is used in dosemu2 project. If you find that interesting, please let me know.