Support building on BSD/amd64

This commit is contained in:
2025-07-15 17:52:58 -03:00
parent 9fbc74e5cf
commit ed86d86c89

View File

@@ -219,6 +219,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef __i386__
#define ARCH_STRING "i386"
#elif defined __amd64__
#define ARCH_STRING "x86_64"
#elif defined __axp__
#define ARCH_STRING "alpha"
#endif