mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 05:08:03 +02:00
* pass -Av9 to the assembler if we compile for SparcV9
git-svn-id: trunk@36410 -
This commit is contained in:
parent
01fc73b1ad
commit
1c85228481
@ -78,7 +78,7 @@ implementation
|
||||
cpu_SPARC_V7: Replace(result,'$ARCH','-Av7');
|
||||
cpu_SPARC_V8: Replace(result,'$ARCH','-Av8');
|
||||
{$endif SPARC}
|
||||
cpu_SPARC_V9: Replace(result,'$ARCH','-Av7');
|
||||
cpu_SPARC_V9: Replace(result,'$ARCH','-Av9');
|
||||
else
|
||||
Replace(result,'$ARCH','-Av9')
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user