Browse Source

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

git-svn-id: trunk@21204 -
svenbarth 13 năm trước cách đây
mục cha
commit
3d6e08ed59
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compiler/utils/fpc.pp

+ 2 - 0
compiler/utils/fpc.pp

@@ -213,6 +213,8 @@ program fpc;
                              cpusuffix:='sparc'
                              cpusuffix:='sparc'
                            else if processorstr='x86_64' then
                            else if processorstr='x86_64' then
                              cpusuffix:='x64'
                              cpusuffix:='x64'
+                           else if processorstr='jvm' then
+                             cpusuffix:='jvm'
                            else
                            else
                              error('Illegal processor type "'+processorstr+'"');
                              error('Illegal processor type "'+processorstr+'"');