Use as-clang as idtxt for as_aarch64_clang_gas_info

git-svn-id: trunk@49287 -
This commit is contained in:
pierre 2021-04-28 23:03:47 +00:00
parent b464d38777
commit 595edf6f9b

View File

@ -837,7 +837,7 @@ unit agcpugas;
as_aarch64_clang_gas_info : tasminfo =
(
id : as_clang_gas;
idtxt : 'CLANG';
idtxt : 'AS-CLANG';
asmbin : 'clang';
asmcmd : '-x assembler -c -target $TRIPLET -o $OBJ $MARCHOPT $EXTRAOPT -x assembler $ASM';
supported_targets : [system_aarch64_win64];