[fpc-pascal] Linking to Linux on a FreeBSD system with Linux emulated ?

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Sep 1 18:43:53 CEST 2016


On 01/09/16 18:32, fredvs wrote:
> Could it be possible to change the default emulation used by ld while
> linking ?

With fpc's -k parameter, you can pass parameters directly to the linker. 
If you need to pass multiple parameters, use -k several times (e.g. 
-k-para1 -kvalue1)


Jonas



More information about the fpc-pascal mailing list