]> 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 10:13:34 +0000 (10:13 +0000)
committerguy <guy>
Sun, 16 Nov 2003 10:13:34 +0000 (10:13 +0000)
support unaligned accesses.

CREDITS
configure

diff --git a/CREDITS b/CREDITS
index 74695c985197abac3c267db0cf35d6080f5ed28a..19c3c67c717b30b693aa0c3a2d8b3321a7957484 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -19,6 +19,7 @@ Additional people who have contributed patches:
        Atsushi Onoe                    <[email protected]>
        Ben Smithurst                   <[email protected]>
        Brent L. Bates                  <[email protected]>
+       Brian Ginsbach                  <[email protected]>
        Bruce M. Simpson                <[email protected]>
        Carles Kishimoto Bisbe          <[email protected]>
        Charlie Lenahan                 <[email protected]>
index 49f57cb40c6be4126de48ff1b2ec909f5e36dac9..62ee290d91264731954c7a4348e140a1686d65f5 100755 (executable)
--- a/configure
+++ b/configure
@@ -4686,7 +4686,7 @@ else
        # 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
                ;;