mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 03:53:27 +02:00
Use as-clang as idtxt for as_aarch64_clang_gas_info
git-svn-id: trunk@49287 -
This commit is contained in:
parent
b464d38777
commit
595edf6f9b
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user