mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-19 09:50:29 +01:00
sparc64 doesn't like unaligned access either
svn:r5206
This commit is contained in:
parent
780aa94b6a
commit
e53f1ccbfc
@ -365,7 +365,7 @@ AC_CHECK_SIZEOF(cell_t)
|
||||
# Now, let's see about alignment requirements. On some platforms, we override
|
||||
# the default.
|
||||
case $host in
|
||||
ia64-*-* | arm-*-* | sparc-*-* )
|
||||
ia64-*-* | arm-*-* | sparc-*-* | sparc64-*-* )
|
||||
tor_cv_unaligned_ok=no
|
||||
;;
|
||||
# On the following architectures unaligned access works, but is not done in
|
||||
|
Loading…
Reference in New Issue
Block a user