Remove Alpha architecture detection

This architecture doesn't exist and is not supported since a very long
time, so stop testing for it and defining __ALPHA__ which was never used
anyhow.
This commit is contained in:
Vadim Zeitlin 2023-01-26 17:30:11 +01:00
parent 15e556e027
commit e5380e739b
7 changed files with 1 additions and 43 deletions

View file

@ -107,7 +107,7 @@ Note that not all of these symbols are always defined, it depends on the
compiler used.
@beginDefList
@itemdef{\__ALPHA__, DEC Alpha architecture}
@itemdef{\__ALPHA__, DEC Alpha architecture (not supported any longer)}
@itemdef{\__INTEL__, Intel i386 or compatible}
@itemdef{\__IA64__, Intel 64 bit architecture}
@itemdef{\__POWERPC__, Motorola Power PC (not supported any longer)}