mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:09:22 +02:00
Allow compilation for JVM CPU
git-svn-id: trunk@38145 -
This commit is contained in:
parent
21a18de003
commit
253cf4abe1
@ -554,7 +554,11 @@ uses
|
|||||||
Video,Strings,Keyboard,Validate,
|
Video,Strings,Keyboard,Validate,
|
||||||
globtype,Tokens,Version,
|
globtype,Tokens,Version,
|
||||||
systems,cpubase,
|
systems,cpubase,
|
||||||
|
{$ifdef jvm}
|
||||||
|
//itcpujas,
|
||||||
|
{$else}
|
||||||
itcpugas,
|
itcpugas,
|
||||||
|
{$endif jvm}
|
||||||
{$if defined(I386) or defined(x64_86)}
|
{$if defined(I386) or defined(x64_86)}
|
||||||
rax86,
|
rax86,
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user