[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
update intdiv0.m4
From: |
Bruno Haible |
Subject: |
update intdiv0.m4 |
Date: |
Tue, 3 Apr 2007 02:11:58 +0200 |
User-agent: |
KMail/1.5.4 |
Regarding integer division by 0, x86_64 behaves like i386.
2007-04-02 Bruno Haible <address@hidden>
* 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";;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- update intdiv0.m4,
Bruno Haible <=