Properly detect x32.
authorAdam Borowski <kilobyte@angband.pl>
Tue, 30 Jul 2024 13:09:54 +0000 (15:09 +0200)
committerSebastian Ramacher <sramacher@debian.org>
Tue, 14 Jul 2026 08:03:13 +0000 (10:03 +0200)
commit674593f8e4c2bf9e9601d1452ff302fb9082f7e2
tree3eac23b3421eeaece3f27e0fa4cb0b3d0184393d
parent567846306f198c13776fedca82ab0b323e16879e
Properly detect x32.

As usually, x32 gets mistaken for amd64 (both are x86-64 ABIs after all).
This version doesn't use any assembly yet, a proper port is needed.

Gbp-Pq: Name 0001-properly_detect_x32.patch
common/common.h
configure