[fpc-devel] AArch64 port committed to svn trunk
Jonas Maebe
jonas.maebe at elis.ugent.be
Sat May 9 13:54:43 CEST 2015
On 09/05/15 13:49, Edmund Grimley Evans wrote:
> Jonas Maebe <jonas.maebe at elis.ugent.be>:
>
>> Code bracketed with {$ifdef aarch64} is included if you are compiling a
>> compiler that targets AArch64, regardless of the host architecture.
>
> I've put this in t_linux.pas:
>
> {$ifdef aarch64}
> xx xx xx
> {$endif aarch64}
>
> But I'm getting compiler/ppcrossa64 without getting an error!
Ah yes, you also still have to include that unit in the AArch64
compiler, see compiler/aarch64/cputarg.pas
Jonas
More information about the fpc-devel
mailing list