Ver Fonte

Enable -Aas-clang for unix and embedded targets for aarch64 compiler

Pierre Muller há 4 meses atrás
pai
commit
373ebbcf41
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/aarch64/agcpugas.pas

+ 1 - 1
compiler/aarch64/agcpugas.pas

@@ -895,7 +895,7 @@ unit agcpugas;
             idtxt  : 'AS-CLANG';
             idtxt  : 'AS-CLANG';
             asmbin : 'clang';
             asmbin : 'clang';
             asmcmd : '-x assembler -c -target $TRIPLET -o $OBJ $MARCHOPT $EXTRAOPT -x assembler $ASM';
             asmcmd : '-x assembler -c -target $TRIPLET -o $OBJ $MARCHOPT $EXTRAOPT -x assembler $ASM';
-            supported_targets : [system_aarch64_win64];
+            supported_targets : [system_aarch64_freebsd,system_aarch64_linux,system_aarch64_android,system_aarch64_embedded,system_aarch64_win64];
             flags : [af_needar,af_smartlink_sections,af_supports_dwarf,af_llvm,af_supports_hlcfi];
             flags : [af_needar,af_smartlink_sections,af_supports_dwarf,af_llvm,af_supports_hlcfi];
             labelprefix : '.L';
             labelprefix : '.L';
             labelmaxlen : -1;
             labelmaxlen : -1;