mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 21:27:21 +01:00
* enable regvars by default for PPC
This commit is contained in:
parent
43fa5b9f9c
commit
b9f479001c
@ -81,6 +81,7 @@
|
||||
{$ifdef powerpc}
|
||||
{$define noopt}
|
||||
{$define oldset}
|
||||
{$define oldregvars}
|
||||
{$endif powerpc}
|
||||
|
||||
{$ifdef arm}
|
||||
@ -98,7 +99,10 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.35 2004-03-16 22:12:10 florian
|
||||
Revision 1.36 2004-05-30 21:20:40 jonas
|
||||
* enable regvars by default for PPC
|
||||
|
||||
Revision 1.35 2004/03/16 22:12:10 florian
|
||||
* some alignment issues resolved
|
||||
* compiler doesn't generate anymore instructions not supported by the linux fpe
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user