Browse Source

sparc64 doesn't like unaligned access either

svn:r5206
Peter Palfrader 20 years ago
parent
commit
e53f1ccbfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -365,7 +365,7 @@ AC_CHECK_SIZEOF(cell_t)
 # Now, let's see about alignment requirements.  On some platforms, we override
 # Now, let's see about alignment requirements.  On some platforms, we override
 # the default.
 # the default.
 case $host in
 case $host in
- ia64-*-* | arm-*-* | sparc-*-* )
+ ia64-*-* | arm-*-* | sparc-*-* | sparc64-*-* )
     tor_cv_unaligned_ok=no
     tor_cv_unaligned_ok=no
     ;;
     ;;
  # On the following architectures unaligned access works, but is not done in
  # On the following architectures unaligned access works, but is not done in