[fpc-devel] MIPS
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue May 31 11:48:27 CEST 2011
On 31 May 2011, at 11:41, Mark Morgan Lloyd wrote:
> * In the rtl, dllprt0.as is missing but I notice that on SPARC and
> several others it is empty. I've tentatively created an empty file.
The contents of this file have to be implemented to compile dynamic
libraries.
> * In the rtl, cprt0.as is missing and I notice that on other
> targets it is not empty.
This one is required to compile programs that link to the C library.
> Same applies to gprt0.as.
And this one is required to compile programs with -pg (gprof support)
Jonas
More information about the fpc-devel
mailing list