mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
+ Add support for the JVM architecture to the compiler driver "fpc"
git-svn-id: trunk@21204 -
This commit is contained in:
parent
7ebbebc877
commit
3d6e08ed59
@ -213,6 +213,8 @@ program fpc;
|
||||
cpusuffix:='sparc'
|
||||
else if processorstr='x86_64' then
|
||||
cpusuffix:='x64'
|
||||
else if processorstr='jvm' then
|
||||
cpusuffix:='jvm'
|
||||
else
|
||||
error('Illegal processor type "'+processorstr+'"');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user