mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
forward port: Also explicitly set no-unaligned-access for sparc
svn:r4703
This commit is contained in:
+1
-1
@@ -359,7 +359,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-*-* )
|
||||
ia64-*-* | arm-*-* | sparc-*-* )
|
||||
tor_cv_unaligned_ok=no
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user