[fpc-devel] Why is FPC so self-contained ?
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Nov 4 10:11:16 CET 2008
On 04 Nov 2008, at 10:07, Michael Van Canneyt wrote:
> Do do what you want
> would also mean that the RTL depends on libc
The generated code would probably depend on libgcc (for helper
routines used by gcc when lowering the intermediate code to machine
code), but not necessarily on libc (unless you insert calls to libc
functions in your intermediate code).
Jonas
More information about the fpc-devel
mailing list