Browse Source

* disable CPU and Signals units for Windows on AArch64 for now

git-svn-id: trunk@44923 -
svenbarth 5 years ago
parent
commit
41b1711589
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win64/buildrtl.pp

+ 1 - 1
rtl/win64/buildrtl.pp

@@ -14,7 +14,7 @@ unit buildrtl;
       charset, character, getopts,
       fpwidestring,
       sharemem, exeinfo, fpintres, windirs,
-      cpu, signals, sfpux80;
+      {$ifndef CPUAARCH64}cpu, signals,{$endif} sfpux80;
 
   implementation