mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 01:26:03 +02:00
Also allow clang assembler for powerpc64-darwin target
git-svn-id: trunk@39580 -
This commit is contained in:
parent
bc75e8547e
commit
ada8891d9e
@ -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 : '# ';
|
||||
|
Loading…
Reference in New Issue
Block a user