Переглянути джерело

* default instruction set set to pentium on i386

git-svn-id: trunk@3738 -
florian 19 роки тому
батько
коміт
eebef025c2
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -2284,7 +2284,7 @@ end;
 
         { Target specific defaults, these can override previous default options }
 {$ifdef i386}
-        initcputype:=cpu_386;
+        initcputype:=cpu_Pentium;
         initoptimizecputype:=cpu_Pentium3;
         initfputype:=fpu_x87;
 {$endif i386}