[fpc-devel] is cross compilation broken?
Jonas Maebe
jonas.maebe at elis.ugent.be
Sun Dec 19 15:00:19 CET 2010
On 17 Dec 2010, at 20:27, Andrew Haines wrote:
> Hi, the attached patch seems to fix the problem.
The meaning of the Makefile after the patch is different from what it was before. Your patch sets a shell environment variable, while the Makefile currently sets a Makefile variable. I think that if the "FPC=" is added as part of the $(MAKE) commands (i.e., after the $(MAKE) instead of before it) it may be the same, but that depends on whether or not the $FPC variable is still used after those commands.
Jonas
More information about the fpc-devel
mailing list