[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] sparc64 doesn"t like unaligned access either



Update of /home/or/cvsroot/tor
In directory moria:/tmp/cvs-serv27767

Modified Files:
	configure.in 
Log Message:
sparc64 doesn't like unaligned access either

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- configure.in	5 Oct 2005 02:06:35 -0000	1.238
+++ configure.in	6 Oct 2005 02:55:29 -0000	1.239
@@ -365,7 +365,7 @@
 # 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