From 373ebbcf41478383382db9db4b0fee61d649db9a Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Fri, 7 Mar 2025 07:06:56 +0000 Subject: [PATCH] Enable -Aas-clang for unix and embedded targets for aarch64 compiler --- compiler/aarch64/agcpugas.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/aarch64/agcpugas.pas b/compiler/aarch64/agcpugas.pas index 931bf8bb7f..429780b875 100644 --- a/compiler/aarch64/agcpugas.pas +++ b/compiler/aarch64/agcpugas.pas @@ -895,7 +895,7 @@ unit agcpugas; idtxt : 'AS-CLANG'; asmbin : 'clang'; 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]; labelprefix : '.L'; labelmaxlen : -1;