[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] forward port: Also explicitly set no-unaligned-access for s...
Update of /home/or/cvsroot/tor
In directory moria:/tmp/cvs-serv20058
Modified Files:
configure.in
Log Message:
forward port: Also explicitly set no-unaligned-access for sparc
Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- configure.in 4 Aug 2005 22:45:52 -0000 1.224
+++ configure.in 4 Aug 2005 23:04:26 -0000 1.225
@@ -359,7 +359,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
;;
*)