2
0
Эх сурвалжийг харах

* pass -Av9 to the assembler if we compile for SparcV9

git-svn-id: trunk@36410 -
florian 8 жил өмнө
parent
commit
1c85228481

+ 1 - 1
compiler/sparcgen/cpugas.pas

@@ -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