Retro68
Retro68 copied to clipboard
PEF support for m68k?
This is more of a feature request than an issue, but is there any plan for PEF m68k support?
Thanks, and keep up the good work.
Jason
No concrete plan yet. It's not trivial; for PPC PEF support, I'm reusing a lot of GCC's AIX support, as PowerPC PEF was originally based on IBM's AIX ABI. PEF m68k is similar, but there is no support for its peculiarities in GCC's m68k backend yet.
Do you have an interesting use case for this?
As one of my myriad of part-time projects, I've been kind of wondering how far Mac OS 8.x could have gone on with the m68k. Being able to use gcc would be a lot less painful for me than fighting with the MPW-related tools. I understand it's not trivial and I appreciate you taking the time to consider it.
Thanks again.