mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 06:02:07 +01:00
* set default processor for i386 to Pentium2
git-svn-id: trunk@47034 -
This commit is contained in:
parent
65047cecdb
commit
3463d469bf
@ -465,7 +465,7 @@ interface
|
||||
fputype : fpu_none;
|
||||
{$else not GENERIC_CPU}
|
||||
{$ifdef i386}
|
||||
cputype : cpu_Pentium;
|
||||
cputype : cpu_Pentium2;
|
||||
optimizecputype : cpu_Pentium3;
|
||||
asmcputype : cpu_none;
|
||||
fputype : fpu_x87;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user