Pārlūkot izejas kodu

* Register external gas assembler for aarch64-android and x86_64-android.

git-svn-id: trunk@39969 -
yury 6 gadi atpakaļ
vecāks
revīzija
4643a0b1ff
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 1 1
      compiler/aarch64/agcpugas.pas
  2. 2 1
      compiler/x86/agx86att.pas

+ 1 - 1
compiler/aarch64/agcpugas.pas

@@ -274,7 +274,7 @@ unit agcpugas;
             idtxt  : 'AS';
             asmbin : 'as';
             asmcmd : '-o $OBJ $EXTRAOPT $ASM';
-            supported_targets : [system_aarch64_linux];
+            supported_targets : [system_aarch64_linux,system_aarch64_android];
             flags : [af_needar,af_smartlink_sections];
             labelprefix : '.L';
             comment : '// ';

+ 2 - 1
compiler/x86/agx86att.pas

@@ -382,7 +382,8 @@ interface
             supported_targets : [system_x86_64_linux,system_x86_64_freebsd,
                                  system_x86_64_win64,system_x86_64_embedded,
                                  system_x86_64_openbsd,system_x86_64_netbsd,
-                                 system_x86_64_dragonfly,system_x86_64_aros];
+                                 system_x86_64_dragonfly,system_x86_64_aros,
+                                 system_x86_64_android];
             flags : [af_needar,af_smartlink_sections,af_supports_dwarf];
             labelprefix : '.L';
             comment : '# ';