Also allow clang assembler for powerpc64-darwin target

git-svn-id: trunk@39580 -
This commit is contained in:
pierre 2018-08-06 16:13:05 +00:00
parent bc75e8547e
commit ada8891d9e

View File

@ -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 : '# ';