mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 06:49:24 +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}
|
{$define cpurox}
|
||||||
{$endif x86_64}
|
{$endif x86_64}
|
||||||
|
|
||||||
|
{$ifdef ia64}
|
||||||
|
{$define cpuflags}
|
||||||
|
{$define cpu64bitalu}
|
||||||
|
{$define cpu64bitaddr}
|
||||||
|
{$define cpuextended}
|
||||||
|
{$define cpufloat128}
|
||||||
|
{$endif ia64}
|
||||||
|
|
||||||
{$ifdef alpha}
|
{$ifdef alpha}
|
||||||
{$define cpu64bitalu}
|
{$define cpu64bitalu}
|
||||||
{$define cpu64bitaddr}
|
{$define cpu64bitaddr}
|
||||||
|
Loading…
Reference in New Issue
Block a user