[fpc-devel] aarch64-linux: PATCH: add aarch64-linux to compiler/

Edmund Grimley Evans edmund.grimley.evans at gmail.com
Wed May 20 22:47:23 CEST 2015


Jonas:

> I have a small question about that change:
> 
> > +{$ifdef AArch64}
> > +{$define LINKERSCRIPT_INCLUDED}
> > +      if isdll or (sysrootpath='') then begin
> 
> Why do you always do this when creating a library?

I was trying to identify the cases in which "-T" is not used, but I
may have the logic wrong. Is DllCmd, without -"-T", not used to create
a library?

It would be clearer to have a boolean variable called linker_opt_t
controlling both things, but I'm not sure where to put it.

Edmund



More information about the fpc-devel mailing list