da Silva, Joe wrote:
This raises a similar question, that I had been wondering about ...
If "gcc" has been ported or targeted (ie. as a cross-compiler) to a particular platform, does this mean that "gpc" can be readily (ie. easily) ported or targeted to the same platform?
Usually yes. You'd also have to compile the RTS with the newly built (cross-)GPC, but if the target system is somewhat POSIX compatible (and Darwin is AFAIK) there should only a few problems if any.
Frank