[fpc-devel] Aligned dynamic arrays
Sven Barth
pascaldragon at googlemail.com
Thu Mar 28 23:00:10 CET 2019
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
More information about the fpc-devel
mailing list