]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Brian Ginsbach: add the Cray NV1 CPU to the list of CPUs that don't
authorguy <guy>
Sun, 16 Nov 2003 09:44:37 +0000 (09:44 +0000)
committerguy <guy>
Sun, 16 Nov 2003 09:44:37 +0000 (09:44 +0000)
support unaligned accesses.

aclocal.m4

index 135a43de4622de5b2e9882fe1559b71572670a36..8d3083435fe523c39c713e7471f5ced6807ace9e 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.98.2.1 2003-11-16 08:51:02 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.98.2.2 2003-11-16 09:44:37 guy Exp $ (LBL)
 dnl
 dnl Copyright (c) 1995, 1996, 1997, 1998
 dnl    The Regents of the University of California.  All rights reserved.
@@ -629,7 +629,7 @@ AC_DEFUN(AC_LBL_UNALIGNED_ACCESS,
        # know it does work, and have the script just fail on other
        # cpu types and update it when such a failure occurs.
        #
-       alpha*|arm*|hp*|mips*|sh*|sparc*|ia64)
+       alpha*|arm*|hp*|mips*|sh*|sparc*|ia64|nv1)
                ac_cv_lbl_unaligned_fail=yes
                ;;