mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 18:30:32 +02:00
Add ia64 define cpuXXXX series
git-svn-id: trunk@20123 -
This commit is contained in:
parent
752fabab73
commit
736299ffd9
@ -74,6 +74,14 @@
|
||||
{$define cpurox}
|
||||
{$endif x86_64}
|
||||
|
||||
{$ifdef ia64}
|
||||
{$define cpuflags}
|
||||
{$define cpu64bitalu}
|
||||
{$define cpu64bitaddr}
|
||||
{$define cpuextended}
|
||||
{$define cpufloat128}
|
||||
{$endif ia64}
|
||||
|
||||
{$ifdef alpha}
|
||||
{$define cpu64bitalu}
|
||||
{$define cpu64bitaddr}
|
||||
|
Loading…
Reference in New Issue
Block a user