浏览代码

+ Add support for the JVM architecture to the compiler driver "fpc"

git-svn-id: trunk@21204 -
svenbarth 13 年之前
父节点
当前提交
3d6e08ed59
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/utils/fpc.pp

+ 2 - 0
compiler/utils/fpc.pp

@@ -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+'"');