From: Miro K. <mir...@gm...> - 2017-11-09 08:54:20
|
Hi, thanks to user Simon Krix, known as Smonson on AF/Exxos forum I have discovered his project and using plain ELF m68k gcc for producing Atari binaries: https://github.com/smonson78/ataricc/blob/master/Makefile Basically he takes plain m68k gcc, compiles everything and links using a special ld script and then just converts into an atari binary using vlink. So it's something like The Brown Guys used, just simpler and more straightforward. One can produce lto'ed binaries, too. -- MiKRO / Mystic Bytes http://mikro.atari.org |