Browse Source

* fix building with LLVM=1, thanks to Karl-Michael Schindler for the hint

git-svn-id: trunk@39861 -
florian 6 years ago
parent
commit
c7a0022146
1 changed files with 3 additions and 1 deletions
  1. 3 1
      compiler/llvm/llvmbase.pas

+ 3 - 1
compiler/llvm/llvmbase.pas

@@ -130,7 +130,9 @@ implementation
        'unknown',
        'unknown',
        'aarch64',
        'aarch64',
        'wasm32',
        'wasm32',
-       'sparc64'
+       'sparc64',
+       'riscv32',
+       'riscv64'
       );
       );
 
 
   function llvm_target_name: ansistring;
   function llvm_target_name: ansistring;