Browse Source

Use as-clang as idtxt for as_aarch64_clang_gas_info

git-svn-id: trunk@49287 -
pierre 4 years ago
parent
commit
595edf6f9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aarch64/agcpugas.pas

+ 1 - 1
compiler/aarch64/agcpugas.pas

@@ -837,7 +837,7 @@ unit agcpugas;
        as_aarch64_clang_gas_info : tasminfo =
        as_aarch64_clang_gas_info : tasminfo =
           (
           (
             id     : as_clang_gas;
             id     : as_clang_gas;
-            idtxt  : '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_win64];