From ada8891d9e8949be757751237f2afbf9bb4367b7 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 6 Aug 2018 16:13:05 +0000 Subject: [PATCH] Also allow clang assembler for powerpc64-darwin target git-svn-id: trunk@39580 - --- compiler/ppcgen/agppcgas.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ppcgen/agppcgas.pas b/compiler/ppcgen/agppcgas.pas index fb9c812517..aafa808429 100644 --- a/compiler/ppcgen/agppcgas.pas +++ b/compiler/ppcgen/agppcgas.pas @@ -729,7 +729,7 @@ unit agppcgas; idtxt : 'CLANG'; asmbin : 'clang'; asmcmd : '-c -o $OBJ $EXTRAOPT -arch $ARCH $DARWINVERSION -x assembler $ASM'; - supported_targets : [system_powerpc_darwin, system_powerpc64_darwin]; + supported_targets : [system_powerpc_macos, system_powerpc_darwin, system_powerpc64_darwin]; flags : [af_needar,af_smartlink_sections,af_supports_dwarf]; labelprefix : 'L'; comment : '# ';