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

[or-cvs] Also explicitly set no-unaligned-access for sparc



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

Modified Files:
      Tag: tor-0_1_0-patches
	configure.in 
Log Message:
Also explicitly set no-unaligned-access for sparc

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.212.2.8
retrieving revision 1.212.2.9
diff -u -d -r1.212.2.8 -r1.212.2.9
--- configure.in	4 Aug 2005 22:44:59 -0000	1.212.2.8
+++ configure.in	4 Aug 2005 23:02:36 -0000	1.212.2.9
@@ -349,7 +349,7 @@
 # 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
     ;;
  *)