It has `dl` and `Unix,UnixType,` in the uses list, but does not use them (with FPC) So they can be removed. Especially `dl`. Without `dl`, I can cross compile it to arm, and run it on x86_64 with qemu-arm. With `dl`, it does not run due to a missing .so file.
It has
dlandUnix,UnixType,in the uses list, but does not use them (with FPC)So they can be removed.
Especially
dl. Withoutdl, I can cross compile it to arm, and run it on x86_64 with qemu-arm. Withdl, it does not run due to a missing .so file.