Sfoglia il codice sorgente

* Windows on AArch64 does not support ProgBits either

git-svn-id: trunk@44917 -
svenbarth 5 anni fa
parent
commit
3b1d5794e9
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      compiler/aggas.pas

+ 2 - 1
compiler/aggas.pas

@@ -501,7 +501,8 @@ implementation
          system_i386_win32,
          system_x86_64_win64,
          system_i386_wince,
-         system_arm_wince:
+         system_arm_wince,
+         system_aarch64_win64:
            begin
              { according to the GNU AS guide AS for COFF does not support the
                progbits }