Regarding integer division by 0, x86_64 behaves like i386.
2007-04-02 Bruno Haible <[EMAIL PROTECTED]> * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like i386. --- m4/intdiv0.m4 13 Feb 2007 22:49:23 -0000 1.5 +++ m4/intdiv0.m4 3 Apr 2007 00:07:50 -0000 @@ -51,7 +51,7 @@ # Guess based on the CPU. changequote(,)dnl case "$host_cpu" in - alpha* | i[34567]86 | m68k | s390*) + alpha* | i[34567]86 | x86_64 | m68k | s390*) gt_cv_int_divbyzero_sigfpe="guessing yes";; *) gt_cv_int_divbyzero_sigfpe="guessing no";;