Explorar el Código

forward port: Also explicitly set no-unaligned-access for sparc

svn:r4703
Peter Palfrader hace 20 años
padre
commit
dd7159de54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -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
     ;;
  *)