mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* rename cpu instruction set define cpu386 to cpu80386. cpu386 is used already as a family define
git-svn-id: trunk@14737 -
This commit is contained in:
parent
988b94e578
commit
75e702c2e8
@ -75,7 +75,7 @@ Const
|
||||
];
|
||||
|
||||
cputypestr : array[tcputype] of string[10] = ('',
|
||||
'386',
|
||||
'80386',
|
||||
'PENTIUM',
|
||||
'PENTIUM2',
|
||||
'PENTIUM3',
|
||||
@ -105,7 +105,7 @@ Const
|
||||
cs_opt_tailrecursion,cs_opt_nodecse];
|
||||
|
||||
level1optimizerswitches = genericlevel1optimizerswitches + [cs_opt_peephole];
|
||||
level2optimizerswitches = genericlevel2optimizerswitches + level1optimizerswitches +
|
||||
level2optimizerswitches = genericlevel2optimizerswitches + level1optimizerswitches +
|
||||
[cs_opt_regvar,cs_opt_stackframe,cs_opt_tailrecursion,cs_opt_nodecse];
|
||||
level3optimizerswitches = genericlevel3optimizerswitches + level2optimizerswitches + [{,cs_opt_loopunroll}];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user