]> The Tcpdump Group git mirrors - tcpdump/commitdiff
add arm to the list of cpus that dislike unaligned access. apparently
authorassar <assar>
Sat, 10 Jun 2000 14:17:38 +0000 (14:17 +0000)
committerassar <assar>
Sat, 10 Jun 2000 14:17:38 +0000 (14:17 +0000)
it does something weird with them.  from [email protected] (Chris G. Demetriou)

aclocal.m4

index b0b943b62377b9420bfaee8de25bf4f27d266769..c5d20c6d60cfbf6fdf31759022dfa851c57863b4 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.69 2000-04-01 12:09:13 assar Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.70 2000-06-10 14:17:38 assar Exp $ (LBL)
 dnl
 dnl Copyright (c) 1995, 1996, 1997, 1998
 dnl    The Regents of the University of California.  All rights reserved.
@@ -491,7 +491,8 @@ AC_DEFUN(AC_LBL_UNALIGNED_ACCESS,
     AC_CACHE_VAL(ac_cv_lbl_unaligned_fail,
        [case "$target_cpu" in
 
-       alpha|hp*|mips|sparc)
+       # XXX: should also check that they don't do weird things (like on arm)
+       alpha|arm*|hp*|mips|sparc)
                ac_cv_lbl_unaligned_fail=yes
                ;;