Properly detect x32.
authorAdam Borowski <kilobyte@angband.pl>
Tue, 30 Jul 2024 13:09:54 +0000 (15:09 +0200)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 6 Feb 2026 03:44:40 +0000 (03:44 +0000)
commitc77d6e2bcc2399f1b4fbdb369642d8e4b494a841
tree37bcae285b869b8e09b5099be42389d4d537da43
parentc2e954d144174d7f9d61a56008f9cb6572dfb38d
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