mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:30:35 +02:00
* optimizer is x86
This commit is contained in:
parent
2bb32541be
commit
35ea6c7233
@ -61,9 +61,17 @@
|
|||||||
{$define cpufpemu}
|
{$define cpufpemu}
|
||||||
{$endif m68k}
|
{$endif m68k}
|
||||||
|
|
||||||
|
{ Optimizer is x86 only }
|
||||||
|
{$ifndef i386}
|
||||||
|
{$define noopt}
|
||||||
|
{$endif i386}
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.15 2003-04-23 12:35:34 florian
|
Revision 1.16 2003-04-23 13:47:41 peter
|
||||||
|
* optimizer is x86
|
||||||
|
|
||||||
|
Revision 1.15 2003/04/23 12:35:34 florian
|
||||||
* fixed several issues with powerpc
|
* fixed several issues with powerpc
|
||||||
+ applied a patch from Jonas for nested function calls (PowerPC only)
|
+ applied a patch from Jonas for nested function calls (PowerPC only)
|
||||||
* ...
|
* ...
|
||||||
|
Loading…
Reference in New Issue
Block a user