Am 28.03.2019 um 18:41 schrieb Ryan Joseph:
Now I’m using “cd /rtl; make all FPC=/path/to/compiler” to build the RTL but 
this is obviously slow and unnecessary. Is there a quicker way to build just 
the unit which contains dynarr.inc and have all the objects files to be put in 
the correct location?
I don't see where this is slow... Even on my old PowerBook that time doesn't hinder me that much.

That said, you could try "make ../units/<yourcpu>-<youros>/system.ppu" in the RTL directory of your target OS (e.g. for Linux in the rtl/linux directory and for Mac OS X in the rtl/darwin directory).

Regards,
Sven
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to